src/main/resources/mapper/OrderDetlMapper.xml
@@ -231,5 +231,11 @@ and order_no = #{orderNo} and brand = #{brand} </update> <update id="updateCheckExceptionByGroup"> update man_order_detl set source = 1 where 1 = 1 and brand in <foreach collection="groups" item="item" separator="," open="(" close=")"> #{item} </foreach> </update> </mapper>