Browse Source

Merge remote-tracking branch 'remotes/origin/dev_data_update_config' into 烟台-政务master

feature/evaluate
jianjun 3 years ago
parent
commit
1ca1341772
  1. 3
      epmet-user/epmet-user-server/src/main/resources/mapper/DataSyncConfigDao.xml

3
epmet-user/epmet-user-server/src/main/resources/mapper/DataSyncConfigDao.xml

@ -37,7 +37,8 @@
DATA_NAME AS dataName,
switch_status AS switchStatus,
sort AS sort,
data_code AS dataCode
data_code AS dataCode,
customer_id as customerId
FROM data_sync_config
WHERE DEL_FLAG = 0
<if test='null != customerId and customerId != "" '>

Loading…
Cancel
Save