فهرست منبع

mybatis 逻辑删除调整

车车 11 ماه پیش
والد
کامیت
47f75aeee5
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      yudao-module-iscs/src/main/resources/mapper/MachineryMapper.xml

+ 1 - 0
yudao-module-iscs/src/main/resources/mapper/MachineryMapper.xml

@@ -20,6 +20,7 @@
         LEFT JOIN isc_workstation w ON w.id = t.workstation_id
         LEFT JOIN isc_loto_station l ON l.id = t.loto_id
         <where>
+            t.deleted = 0
             <if test="pageReqVO.id != null">
                 and t.id = #{pageReqVO.id}
             </if>