Commit 61f3337c authored by hongguangwu's avatar hongguangwu

MVP1.6.2-工资原表识别-优化

parent ff2715fd
......@@ -90,13 +90,6 @@ public class QiWeiServiceImpl extends ServiceImpl<EkpQiweiChuchaiMapper, EkpQiwi
}
}
}
returnCpList = new ArrayList<>();
EkpQiwiChuchai cp = new EkpQiwiChuchai();
cp.setFdSpNo("202404160069");
returnCpList.add(cp);
cp = new EkpQiwiChuchai();
cp.setFdSpNo("202404160075");
returnCpList.add(cp);
// 填充详情
if (!returnCpList.isEmpty()) {
log.error("拉取企业微信出差数据:"+returnCpList.size()+" 条,开始循环拉取明细!");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment