Commit 611bab72 by 王祖波

更新跟进时间

parent 5c06ae85
......@@ -242,7 +242,7 @@ public class PotentialCustomerServiceImpl implements PotentialCustomerService {
temp.setStarFlag(potentialCustomerBO.getStarFlag());
temp.setSeeFlag(potentialCustomerBO.getSeeFlag());
potentialCustomerMapper.update(temp);
if (Objects.equals(potentialCustomerBO.getSeeFlag(), Constant.FLAG_TRUE)) {
if (Objects.equals(potentialCustomerBO.getSeeFlag(), Constant.FLAG_TRUE) || Objects.equals(potentialCustomerBO.getStarFlag(), Constant.FLAG_TRUE)) {
String enterpriseId = potentialCustomerBO.getEnterpriseId();
String clerkId = potentialCustomerBO.getClerkId();
String memberId = potentialCustomerBO.getMemberId();
......
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