Przeglądaj źródła

Merge remote-tracking branch 'origin/develop' into develop

release_toaliyun_real
luozukai 7 lat temu
rodzic
commit
3888352110
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml Wyświetl plik

@@ -115,6 +115,9 @@
<if test=" null != couponId and ''!=couponId">
and c.coupon_id=#{couponId}
</if>
<if test=" null != title and ''!=title">
and c.title like concat('%',#{title},'%')
</if>
</where>
</select>


Ładowanie…
Anuluj
Zapisz