Преглед изворни кода

[商户][添加][是否显示在C端]

release_toaliyun_real
gongbiao пре 7 година
родитељ
комит
70d802921b
1 измењених фајлова са 5 додато и 5 уклоњено
  1. +5
    -5
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 5
- 5
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Прегледај датотеку

@@ -23,7 +23,7 @@

<sql id="allColumns">
`id`,`tenant_id`,`img_url`,`name`,`link_phone`,`create_date`,`update_date`,`car_vendor_type`,`car_params`,`status`,`link_person`,
`business_id`,`shop_type`,`brand`,`type`,`public`
`business_id`,`shop_type`,`brand`,`type`,`is_public`
</sql>

<sql id="dynamicWhereConditions">
@@ -77,8 +77,8 @@
<if test=" null != type ">
and `type` = #{type}
</if>
<if test=" null != public ">
and `public` = #{public}
<if test=" null != isPublic ">
and `is_public` = #{isPublic}
</if>
<if test=" null != ids ">
and id in
@@ -177,8 +177,8 @@
<if test=" null != floorName and ''!=floorName ">
and mf.`floor_name` like concat('%', #{floorName},'%')
</if>
<if test=" null != is_public">
<if test=" null != isPublic">
and m.`is_public` = #{isPublic}
</if>



Loading…
Откажи
Сачувај