Commit abea6dc2 authored by hongguangwu's avatar hongguangwu

MVP1.6.9-企微招聘平台

parent 756da2a1
...@@ -97,7 +97,7 @@ public class QiWeiServiceImpl extends ServiceImpl<EkpQiweiChuchaiMapper, EkpQiwi ...@@ -97,7 +97,7 @@ public class QiWeiServiceImpl extends ServiceImpl<EkpQiweiChuchaiMapper, EkpQiwi
if (cpMap.get(cp.getFdSpNo()) == null) { if (cpMap.get(cp.getFdSpNo()) == null) {
zhaoPin = new EkpQiwiZhaoPin(); zhaoPin = new EkpQiwiZhaoPin();
zhaoPin.setFdSpNo(cp.getFdSpNo()); zhaoPin.setFdSpNo(cp.getFdSpNo());
zhaoPin.setFdStatus(CommonConstants.ZERO_STRING); zhaoPin.setFdStatus("未关联");
returnCpList.add(zhaoPin); returnCpList.add(zhaoPin);
} }
} }
......
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