bug修复
This commit is contained in:
parent
a31acebb17
commit
852e5e8b35
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user