ccj há 2 anos atrás
pai
commit
95dcdeee86

+ 0 - 3
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/ExpenseInfoServiceImpl.java

@@ -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, "");