wangggziwen 14 timmar sedan
förälder
incheckning
40ee33ac3c

+ 2 - 2
master/src/main/java/com/ruoyi/project/production/controller/TEoegSaiApplyController.java

@@ -184,7 +184,7 @@ public class TEoegSaiApplyController extends BaseController
                 TEoegSaiApply entity = new TEoegSaiApply();
                 entity.setCreateTime(new Date());
                 entity.setCreateBy(userId.toString());
-                entity.setDeptId(103L);
+                entity.setDeptId(10023L);
                 for (int j = 0; j < cellNum; j++) {
                     Cell cell = row.getCell(j);
                     //  cell.setCellType(CellType.STRING);
@@ -402,7 +402,7 @@ public class TEoegSaiApplyController extends BaseController
         String userId = getUserId().toString();
         tSaiApply.setCreateTime(new Date());
         tSaiApply.setCreateBy(userId);
-        tSaiApply.setDeptId(103L);
+        tSaiApply.setDeptId(10023L);
         tSaiApply.setApplyStatus(0);
         tSaiApply.setHandler(tSaiApply.getApplicant());
         String saiType = tSaiApply.getSaiType();

+ 2 - 2
master/src/main/java/com/ruoyi/project/production/controller/TEoegSaiController.java

@@ -124,7 +124,7 @@ public class TEoegSaiController extends BaseController
             }
         }
         TEoegStaffmgr staffmgr = new TEoegStaffmgr();
-        staffmgr.setDeptId(103L);
+        staffmgr.setDeptId(10023L);
         List<TEoegStaffmgr> tStaffmgrs = staffmgrService.selectTStaffmgrList(staffmgr);
         int num = tStaffmgrs.size();
         if (sum.compareTo(BigDecimal.ZERO) != 0 && num != 0 && sum2.compareTo(BigDecimal.ZERO) != 0) {
@@ -165,7 +165,7 @@ public class TEoegSaiController extends BaseController
             }
         }
         TEoegStaffmgr staffmgr = new TEoegStaffmgr();
-        staffmgr.setDeptId(103L);
+        staffmgr.setDeptId(10023L);
         List<TEoegStaffmgr> tStaffmgrs = staffmgrService.selectTStaffmgrList(staffmgr);
         int num = tStaffmgrs.size();
         if (sum.compareTo(BigDecimal.ZERO) != 0 && num != 0) {