Browse Source

fix

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
dcf3d5f186
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml

+ 5
- 2
mallinkService/src/main/resources/mapper/WxCUserCarMapper.xml View File

@@ -38,10 +38,13 @@
</if>
<if test=" null != carNumber ">
<if test=" null != carNumber ">
and `car_number` = #{carNumber}
</if>
<!-- <if test=" null != carNumber ">
and `car_number` like concat('%', #{carNumber},'%')
</if>
</if> -->
<if test=" null != createDate ">
and `create_date` = #{createDate}


Loading…
Cancel
Save