he2802 2 年之前
父節點
當前提交
50f3b49a6d
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      zhongzheng-system/src/main/resources/mapper/modules/course/CoursePhotoLogMapper.xml

+ 3 - 0
zhongzheng-system/src/main/resources/mapper/modules/course/CoursePhotoLogMapper.xml

@@ -61,6 +61,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="chapterId != null">
             and chapter_id = #{chapterId}
         </if>
+        <if test="orderGoodsId != null">
+            and order_goods_id = #{orderGoodsId}
+        </if>
     </select>
 
 </mapper>