ZeroLiYi 1 rok temu
rodzic
commit
f813dd82dc

+ 0 - 3
src/main/java/com/chinaitop/depot/system/mapper/BizUnitInfoMapper.xml

@@ -118,9 +118,6 @@
118 118
     from province_all.biz_unit_info bui
119 119
     left  join  province_all.dev_dict dict on bui.dwlx = dict.id
120 120
     where bui.delete_flag ='NOT_DELETE'
121
-    <if test="_parameter != null" >
122
-      <include refid="Example_Where_Clause" />
123
-    </if>
124 121
     <if test="orderByClause != null" >
125 122
       order by ${orderByClause}
126 123
     </if>