|
@@ -552,6 +552,9 @@ public class ExpenseInfoServiceImpl extends ServiceImpl<ExpenseInfoMapper, Expen
|
|
|
}
|
|
|
// 插入操作历史
|
|
|
String staffName = this.billOperateHisService.getStaffAndName();
|
|
|
+ if(staffName == null || staffName.equals("系统")){
|
|
|
+ throw new YException(YExceptionEnum.LOGIN_OUT_TIME);
|
|
|
+ }
|
|
|
// 插入操作历史
|
|
|
this.billOperateHisService.saveBillOperateHis(expenseInfo.getId(), NumberConstant.EXPENSE_MANAGEMENT, staffName, null,
|
|
|
"请款", null, expenseInfo.getRemark());
|