Browse Source

fix

photo
winter 1 year ago
parent
commit
a516b73fae
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      suimangService/src/main/resources/mapper/PersonMouldMapper.xml

+ 0
- 8
suimangService/src/main/resources/mapper/PersonMouldMapper.xml View File

@@ -105,14 +105,6 @@
and create_date < #{endDate} and create_date < #{endDate}
</if> </if>
<if test=" null != customized">
and customized = #{customized}
</if>
<if test=" null != customizedUserId">
and customized_user_id = #{customizedUserId}
</if>
<if test=" 1 == customizedQuery"> <if test=" 1 == customizedQuery">
and ( customized = 0 or (customized = 1 and customized_user_id = #{customizedUserId}) ) and ( customized = 0 or (customized = 1 and customized_user_id = #{customizedUserId}) )
</if> </if>


Loading…
Cancel
Save