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