|
|
@ -1160,7 +1160,7 @@ public class RetailAppServiceImp implements RetailAppService {
|
|
|
|
JSONObject unReadParams = new JSONObject();
|
|
|
|
JSONObject unReadParams = new JSONObject();
|
|
|
|
unReadParams.put("client_id", client_id);
|
|
|
|
unReadParams.put("client_id", client_id);
|
|
|
|
unReadParams.put("status", 0);
|
|
|
|
unReadParams.put("status", 0);
|
|
|
|
unReadParams.put("is_to_app",0);
|
|
|
|
unReadParams.put("is_to_app",1);
|
|
|
|
int counts = noticePartnerMapper.countNoticePartner(unReadParams);
|
|
|
|
int counts = noticePartnerMapper.countNoticePartner(unReadParams);
|
|
|
|
notice.put("unReadCounts", counts);
|
|
|
|
notice.put("unReadCounts", counts);
|
|
|
|
notice.put("type", "notice");
|
|
|
|
notice.put("type", "notice");
|
|
|
|