fanli/src/main/java/com/yeshi/fanli/mapping/order/CommonOrderMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
fanli/src/main/java/com/yeshi/fanli/mapping/order/CommonOrderMapper.xml
@@ -309,7 +309,6 @@ yeshi_ec_hongbao_v2 th ON (tr.`ho_hongbao_id` = th.`hb_id` OR th.`hb_pid` = tr.`ho_hongbao_id` ) WHERE th.`hb_uid` = #{uid} AND (th.hb_state = 1 OR th.hb_state = 2 OR th.hb_state = 3) <if test="type != null and type == 1"> <!-- 自购订单 --> AND (th.hb_type =1 or th.hb_type =2) </if>