sola 1 anno fa
parent
commit
a4b69f5e01

+ 3 - 3
business-common/src/main/java/com/rongwei/bscommon/sys/dao/ZhcxInsideInspectionDispatchDao.java

@@ -33,9 +33,9 @@ public interface ZhcxInsideInspectionDispatchDao extends BaseMapper<ZhcxInsideIn
             " disp.REFUSEREASON = '',  " +
             " disp.CHECKSTARTTIME = '',  " +
             " disp.CHECKENDTIME = '',  " +
-            " disp.SUPERVISIONID = '',  " +
-            " disp.SUPERVISION = '',  " +
-            " disp.SUPERVISIONPHONE = ''  " +
+            " disp.SUPERVISIONID = null,  " +
+            " disp.SUPERVISION = null,  " +
+            " disp.SUPERVISIONPHONE = null  " +
             "WHERE  " +
             " disp.ID = #{id}  " +
             " AND inside.ID = disp.INSIDEID")