Your Name
2022-12-11 01a5a369f05d4c197aa02af11476a083a01efba2
加入我的预约订单功能
1个文件已修改
2 ■■■ 已修改文件
java110-db/src/main/resources/mapper/store/ReserveGoodsOrderTimeV1ServiceDaoImplMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
java110-db/src/main/resources/mapper/store/ReserveGoodsOrderTimeV1ServiceDaoImplMapper.xml
@@ -24,7 +24,7 @@
        from reserve_goods_order_time t
        left join reserve_goods_order rgo on t.order_id = rgo.order_id and rgo.status_cd='0'
        left join reserve_goods rg on t.goods_id = rg.goods_id and rg.status_cd = '0'
        left join t_dict td on td.table_name = 'reserve_goods_order' and td.table_columns = 'state'
        left join t_dict td on td.table_name = 'reserve_goods_order' and td.table_columns = 'state' and rgo.state = td.status_cd
        where 1 =1
        <if test="appointmentTime !=null and appointmentTime != ''">
            and rgo.appointment_time = #{appointmentTime}