@@ -1303,9 +1303,6 @@ 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, "");