Commit 7f79ddd6 by songyinghui

feat: 线索标记

parent c8423da3
......@@ -70,6 +70,8 @@ public class PotentialCustomerApiServiceImpl implements PotentialCustomerApiServ
if (potentialCustomerBO == null) {
return ServiceResponse.failure("-701", "数据不存在");
}
potentialCustomerBO.setSeeFlag(potentialCustomerMarkRecordDTO.getSeeFlag());
potentialCustomerBO.setStarFlag(potentialCustomerMarkRecordDTO.getStarFlag());
potentialCustomerService.markPotentialCustomer(potentialCustomerBO);
return ServiceResponse.success(potentialCustomerBO.getId());
}
......
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