Browse Source

/sys/log/operation/page去掉orgIdPath

master
yinzuomei 2 years ago
parent
commit
33aea4bfe1
  1. 1
      epmet-admin/epmet-admin-server/src/main/resources/mapper/LogOperationDao.xml

1
epmet-admin/epmet-admin-server/src/main/resources/mapper/LogOperationDao.xml

@ -64,7 +64,6 @@
WHERE WHERE
lo.del_flag = '0' lo.del_flag = '0'
AND lo.CUSTOMER_ID = #{customerId} AND lo.CUSTOMER_ID = #{customerId}
AND lo.ORG_ID_PATH LIKE concat('%',#{agencyId},'%')
<if test="category != null and category != ''"> <if test="category != null and category != ''">
AND lo.CATEGORY = #{category} AND lo.CATEGORY = #{category}
</if> </if>

Loading…
Cancel
Save