Quellcode durchsuchen

单位信息列表报错

ZeroLiYi vor 1 Jahr
Ursprung
Commit
384f4c1815

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

@@ -117,6 +117,7 @@
117 117
       ,dict.DICT_LABEL
118 118
     from province_all.biz_unit_info bui
119 119
     left  join  province_all.dev_dict dict on bui.dwlx = dict.id
120
+    where bui.delete_flag ='NOT_DELETE'
120 121
     <if test="_parameter != null" >
121 122
       <include refid="Example_Where_Clause" />
122 123
     </if>