xiaoyong931011
2021-06-29 13f17e5f0f2bc304dbfbfd62e31786fd5ec26dd9
gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml
@@ -29,7 +29,7 @@
        </if>
        <if test="record.account != null and record.account != ''">
            and ( b.nick_name like concat('%',#{record.account},'%')
                      or b.mobile_phone like concat('%',#{record.account},'%') )
                      or b.mobile_phone like concat('%',#{record.accountPhone},'%') )
        </if>
        <if test="record.reserveTimeStart != null">
            and a.reserve_time >= #{record.reserveTimeStart}