소스 검색

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>


불러오는 중...
취소
저장