Browse Source

# 消息统计人员统计剔除掉pusher_name为空的数据

zhongwei
haungxing 10 months ago
parent
commit
6b4f75c177
  1. 1
      hzims-service/message/src/main/java/com/hnac/hzims/message/mapper/MessagePushRecordMapper.xml

1
hzims-service/message/src/main/java/com/hnac/hzims/message/mapper/MessagePushRecordMapper.xml

@ -146,6 +146,7 @@
type = #{vo.type} type = #{vo.type}
</if> </if>
and (BUSINESS_CLASSIFY != '' and BUSINESS_CLASSIFY is not null) and (BUSINESS_CLASSIFY != '' and BUSINESS_CLASSIFY is not null)
and PUSHER_NAME is not null
</where> </where>
group by businessClassify,pusherName group by businessClassify,pusherName
</select> </select>

Loading…
Cancel
Save