Browse Source

[扩展批量修改][新增]: 停车及小程序名自动填写

release
Stormeye Wu 7 years ago
parent
commit
4b91b2555b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxWeappExtSetMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxWeappExtSetMapper.xml View File

@@ -13,7 +13,7 @@
</resultMap>

<sql id="allColumns">
`id`,`app_id`,`type`,`ext_json`,`release_json`,`create_date`,`update_date`
`id`,`app_id`,`type`,`ext_json`,`release_json`,`car_support`,`create_date`,`update_date`
</sql>

<sql id="dynamicWhereConditions">


Loading…
Cancel
Save