ruoyi-system/src/main/resources/mapper/system/TOrderMealMapper.xml
@@ -46,7 +46,7 @@ <if test="query.status != null"> and tom.status = #{query.status} </if> <if test="query.orderNum != null and query.orderNum"> <if test="query.orderNum != null and query.orderNum != ''"> and tom.orderNum LIKE concat('%',#{query.status},'%') </if> <if test="query.shopId != null">