소스 검색

fix bug

master
lin 2 년 전
부모
커밋
e7002babbc
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. +0
    -7
      gptService/src/main/resources/mapper/WxProductMapper.xml

+ 0
- 7
gptService/src/main/resources/mapper/WxProductMapper.xml 파일 보기

@@ -48,13 +48,6 @@
and `first` = #{first}
</if>

<if test=" null != userIds ">
and c_user_id in
<foreach collection="userIds" index="index" item="uidItem" open="(" separator="," close=")">
#{uidItem}
</foreach>
</if>
<if test=" null != ids ">
and id in
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")">


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