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