zhangyuan 3 years ago
parent
commit
a196cc4ac2
  1. 2
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcWorkLogDao.xml

2
epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcWorkLogDao.xml

@ -48,7 +48,7 @@
<if test="mobile != null and mobile != '' "> <if test="mobile != null and mobile != '' ">
AND wl.MOBILE = #{mobile} AND wl.MOBILE = #{mobile}
</if> </if>
<if test="isSelf != null and isSelf != '' and isSelf == '1' "> <if test="isSelf != null and isSelf != ''">
<if test="isSelf == '1' or isSelf == 1"> <if test="isSelf == '1' or isSelf == 1">
AND wl.CREATED_BY = #{createdBy} AND wl.CREATED_BY = #{createdBy}
</if> </if>

Loading…
Cancel
Save