|
|
|
@ -256,8 +256,6 @@ public class ApplyInfoListManager {
|
|
|
|
|
applyInfoList.setUpdateTime(new Date());
|
|
|
|
|
applyInfoList.setUpdateBy(ShiroUtils.getSysUser().getUserName());
|
|
|
|
|
}
|
|
|
|
|
applyInfoList.setDeptId(ShiroUtils.getSysUser().getDeptId());
|
|
|
|
|
applyInfoList.setDeptName(ShiroUtils.getSysUser().getDept().getDeptName());
|
|
|
|
|
applyInfoList.setRemark("1");
|
|
|
|
|
applyRecordManager.saveRecord(applyInfoListDTO);
|
|
|
|
|
return applyInfoListService.saveOrUpdate(applyInfoList);
|
|
|
|
|