Commit 323571d9 by yao.xiao

补充提交

parent 3fcd5b30
......@@ -737,7 +737,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
info.setExpertType(1L);
Long mktLeadsExpertRequestId = mktLeadsExpertRequest.getId();
MktLeadsExpertAssign mktLeadsExpertAssign = mktLeadsExpertAssignDALService.findByLeadsExpertRequestId(mktLeadsExpertRequestId);
if (mktLeadsAssigneds != null){
if (mktLeadsExpertAssign != null){
//以指派专家
info.setExpertType(2L);
Long expertPractitionerId = mktLeadsExpertAssign.getExpertPractitionerId();
......
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