Browse Source

草稿列表只查询自己的

dev
sunyuchao 3 years ago
parent
commit
c91caa77c1
  1. 3
      epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/DraftDao.xml

3
epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/DraftDao.xml

@ -208,6 +208,9 @@
<if test="customerId != null and customerId != '' ">
AND a.customer_id = #{customerId}
</if>
<if test="staffId != null and staffId != '' ">
AND a.created_by = #{staffId}
</if>
<if test="agencyId != null and agencyId != '' ">
AND a.org_id_path like concat('%',#{agencyId},'%')
</if>

Loading…
Cancel
Save