导入月度
parent
430007fc6c
commit
1c0ad5224a
|
@ -47,7 +47,7 @@ public class MonthlySettleService {
|
||||||
public ResponseMsg check(Collection<Map> excelMap, String date) {
|
public ResponseMsg check(Collection<Map> excelMap, String date) {
|
||||||
int successCount = 0;
|
int successCount = 0;
|
||||||
int errorCount = 0;
|
int errorCount = 0;
|
||||||
if (date == null) {
|
if (date == null || date.length() == 0) {
|
||||||
return ResponseMsg.buildFailedMsg("请选择导入时间!");
|
return ResponseMsg.buildFailedMsg("请选择导入时间!");
|
||||||
}
|
}
|
||||||
List<String> errorList = new ArrayList<>();
|
List<String> errorList = new ArrayList<>();
|
||||||
|
|
Loading…
Reference in New Issue