|
|
@ -198,7 +198,7 @@ public class DeptController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
deptEntity.setAdvanceType(pEntity.getAdvanceType());
|
|
|
|
deptEntity.setAdvanceType(pEntity.getAdvanceType());
|
|
|
|
deptEntity.setLevel(pEntity.getLevel() + 1);
|
|
|
|
deptEntity.setLevel(pEntity.getLevel() + 1);
|
|
|
|
deptEntity.setPcode(pEntity.getCode());
|
|
|
|
deptEntity.setPcode(deptEntity.getPcode());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
deptEntity.setUpdateTime(new Date());
|
|
|
|
deptEntity.setUpdateTime(new Date());
|
|
|
|
boolean b = deptService.insertInvWarehouse(deptEntity);
|
|
|
|
boolean b = deptService.insertInvWarehouse(deptEntity);
|
|
|
|