ZeroLiYi 1 年之前
父節點
當前提交
f813dd82dc
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/main/java/com/chinaitop/depot/system/mapper/BizUnitInfoMapper.xml

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

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