导入月度

master
OathK1per 2022-08-19 19:53:28 +08:00
parent 430007fc6c
commit 1c0ad5224a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class MonthlySettleService {
public ResponseMsg check(Collection<Map> excelMap, String date) {
int successCount = 0;
int errorCount = 0;
if (date == null) {
if (date == null || date.length() == 0) {
return ResponseMsg.buildFailedMsg("请选择导入时间!");
}
List<String> errorList = new ArrayList<>();