瀏覽代碼

fix

photo
winter 1 年之前
父節點
當前提交
a516b73fae
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. +0
    -8
      suimangService/src/main/resources/mapper/PersonMouldMapper.xml

+ 0
- 8
suimangService/src/main/resources/mapper/PersonMouldMapper.xml 查看文件

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


Loading…
取消
儲存