common-buiness/src/main/java/cn/stylefeng/guns/modular/business/mapper/mapping/OrderMentalTestMapper.xml
@@ -66,6 +66,12 @@ #{item} </foreach> </if> <if test="orderNoList != null and orderNoList.size != 0"> AND o.order_no IN <foreach collection="orderNoList" item="item" open="(" separator="," close=")"> #{item} </foreach> </if> <if test="workerId != null"> AND o.user_id = #{workerId} </if>