he2802 1 년 전
부모
커밋
10a4a057e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/grade/UserPeriodStatusMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/grade/UserPeriodStatusMapper.xml

@@ -69,7 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             and up.module_id = #{moduleId}
         </if>
         <if test="orderGoodsId != null ">
-            and (up.order_goods_id = #{orderGoodsId} or up.order_goods_id is NULL )
+            and up.order_goods_id = #{orderGoodsId}
         </if>
         <if test="chapterId != null">
             and up.chapter_id = #{chapterId}