Commit e818bb05 by songyinghui

feat: 好友关系筛选

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