Commit e818bb05 by songyinghui

feat: 好友关系筛选

parent 806e0c18
...@@ -268,6 +268,7 @@ ...@@ -268,6 +268,7 @@
and customer.member_phone is not null and customer.member_phone is not null
</if> </if>
</where> </where>
order by customer.id desc
</select> </select>
<select id="queryWithClerkIdAndMemberId" resultMap="TabHaobanPotentialCustomerMap"> <select id="queryWithClerkIdAndMemberId" resultMap="TabHaobanPotentialCustomerMap">
......
...@@ -86,4 +86,9 @@ public class GroupMessageServiceTest { ...@@ -86,4 +86,9 @@ public class GroupMessageServiceTest {
.build(); .build();
potentialCustomerService.sendPotentialCustomerNotice(context); potentialCustomerService.sendPotentialCustomerNotice(context);
} }
@Test
public void potentialCustomerMessageTest2222(){
qywxGroupMsgTaskApiService.potentialCustomerJob("");
}
} }
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