Commit 66dcfbc7 by songyinghui

Merge branch 'feature-content2' into developer

parents 70cd71ae e5626c08
......@@ -136,7 +136,7 @@ public class QywxGroupMsgTaskApiServiceImpl implements QywxGroupMsgTaskApiServic
* @return
*/
private ServiceResponse<Void> doHandlerReportInner(Integer reportType) {
List<String> enterpriseIds = groupMessageService.hasMaterialRightEnterprise(MaterialEnterpriseAdaptor.MaterialLevel.LOW.getCode());
List<String> enterpriseIds = groupMessageService.hasMaterialRightEnterprise(MaterialEnterpriseAdaptor.MaterialLevel.HIGH.getCode());
if (CollectionUtils.isEmpty(enterpriseIds)) {
return ServiceResponse.success();
}
......
......@@ -268,7 +268,7 @@
and customer.member_phone is not null
</if>
</where>
order by customer.id desc
order by customer.last_access_time desc, customer.id desc
</select>
<select id="queryWithClerkIdAndMemberId" resultMap="TabHaobanPotentialCustomerMap">
......
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