Browse Source

大屏组织插入时 添加是否显示字段 默认为 显示

dev_shibei_match
jianjun 5 years ago
parent
commit
2091c4a771
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenCustomerAgencyDao.xml

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenCustomerAgencyDao.xml

@ -24,6 +24,7 @@
PARTY_MARK,
`LEVEL`,
AREA_CODE,
IS_DISPLAY,
DEL_FLAG,
REVISION,
CREATED_BY,
@ -46,6 +47,7 @@
#{item.partyMark},
#{item.level},
#{item.areaCode},
ifnull(#{item.isDisplay},'1'),
0,
0,
'APP_USER',

Loading…
Cancel
Save