bug修复

This commit is contained in:
guo 2023-07-12 14:34:10 +08:00
parent a31acebb17
commit 852e5e8b35

View File

@ -113,12 +113,6 @@ public class WorkerWagesPaymentServiceImpl extends ServiceImpl<WorkerWagesPaymen
if ((importInfo.get("月份").equals("") || importInfo.get("月份") == null)) { if ((importInfo.get("月份").equals("") || importInfo.get("月份") == null)) {
continue; continue;
} }
if ((importInfo.get("应发工资").equals("") || importInfo.get("应发工资") == null)) {
continue;
}
if ((importInfo.get("实发工资").equals("") || importInfo.get("实发工资") == null)) {
continue;
}
WorkerInfo info = workerInfoMapper.selectWorkWorkerInfoWithIDCard(importInfo.get("身份证号码"), projectSn); WorkerInfo info = workerInfoMapper.selectWorkWorkerInfoWithIDCard(importInfo.get("身份证号码"), projectSn);
if (info != null) { if (info != null) {
WorkerWagesPayment workerWagesPayment = new WorkerWagesPayment(); WorkerWagesPayment workerWagesPayment = new WorkerWagesPayment();