浏览代码

优化代码

java110 5 年之前
父节点
当前提交
9e17630968
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      java110-db/src/main/resources/mapper/store/ResourceStoreServiceDaoImplMapper.xml

+ 2 - 2
java110-db/src/main/resources/mapper/store/ResourceStoreServiceDaoImplMapper.xml

@@ -190,7 +190,7 @@
             and sh.sh_type= #{shType}
         </if>
         <if test="shObjId !=null and shObjId != ''">
-            and sh.sh_ob_id= #{shObjId}
+            and sh.sh_obj_id= #{shObjId}
         </if>
         <if test="showMobile != null and showMobile != ''">
             and t.show_mobile = #{showMobile}
@@ -313,7 +313,7 @@
             and t.sh_id= #{shId}
         </if>
         <if test="shObjId !=null and shObjId != ''">
-            and sh.sh_ob_id= #{shObjId}
+            and sh.sh_obj_id= #{shObjId}
         </if>
         <if test="shType !=null and shType != ''">
             and sh.sh_type= #{shType}