ソースを参照

设备出入登记

haogh 1 年間 前
コミット
b725f459e5

+ 2 - 2
sop-business/src/main/java/com/qmth/sop/business/service/impl/TBDeviceInOutServiceImpl.java

@@ -157,8 +157,8 @@ public class TBDeviceInOutServiceImpl extends ServiceImpl<TBDeviceInOutMapper, T
         Long inOutTime = deviceInOutSubmitParam.getInOutTime();
         InOutTypeEnum inOutType = deviceInOutSubmitParam.getInOutType();
 
-        Long serviceUnitId = deviceInOutSubmitParam.getServiceUnitId();
-        String crmNo = deviceInOutSubmitParam.getCrmNo();
+        /*Long serviceUnitId = deviceInOutSubmitParam.getServiceUnitId();
+        String crmNo = deviceInOutSubmitParam.getCrmNo();*/
         String sopNo = deviceInOutSubmitParam.getSopNo();
 
         // 设备出库时因为可以sop编辑的原因,去掉重复出库的