|
@@ -246,6 +246,9 @@ public class ExpenseSheetServiceImpl extends ServiceImpl<ExpenseSheetMapper, Exp
|
|
if (expenseTypeCell == null) {
|
|
if (expenseTypeCell == null) {
|
|
throw new Exception("费用类型不能为空");
|
|
throw new Exception("费用类型不能为空");
|
|
}
|
|
}
|
|
|
|
+ if (reportDateCell == null) {
|
|
|
|
+ throw new Exception("填报日期不能为空");
|
|
|
|
+ }
|
|
ExpenseSheet expenseSheet = new ExpenseSheet();
|
|
ExpenseSheet expenseSheet = new ExpenseSheet();
|
|
if(functionList.size()>0){
|
|
if(functionList.size()>0){
|
|
expenseSheet.setStatus(0);
|
|
expenseSheet.setStatus(0);
|