Commit c16400a5 by wenyang

专家处理商机,更新预约状态,给客户发送预约成功短信,小程序发送预约成功通知16

parent f2ac03f3
...@@ -29,7 +29,7 @@ public interface MktLeadsPoolMapper { ...@@ -29,7 +29,7 @@ public interface MktLeadsPoolMapper {
List<LeadsStatusInfo> findLeadsStatusMap(); List<LeadsStatusInfo> findLeadsStatusMap();
MktLeadsPool findByCustomerIdForSfp(Long customerId, Long sfpMainId); MktLeadsPool findByCustomerIdForSfp(@Param("customerId") Long customerId, @Param("sfpMainId") Long sfpMainId);
MktLeadsPool findBySfpMainId(Long sfpMainId); MktLeadsPool findBySfpMainId(Long sfpMainId);
} }
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