Commit 0ebd94d3 authored by fangxinjiang's avatar fangxinjiang

派单公积金优化

parent 6ff2987e
......@@ -1350,7 +1350,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
fund.setEmpId(empVo.getId());
fund.setEmpNo(empVo.getEmpNo());
fund.setEmpIdcard(empVo.getEmpIdcard());
fund.setEmpNo(empVo.getEmpNo());
fund.setEmpName(empVo.getEmpName());
}else {
fund.setEmpIdcard(excel.getEmpIdcard());
fund.setEmpName(excel.getEmpName());
......
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