Browse Source

表头查询修改

dev_shibei_match
yinzuomei 4 years ago
parent
commit
c903d48d97
  1. 8
      epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/IcFormItemDao.xml

8
epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/IcFormItemDao.xml

@ -29,7 +29,13 @@
<select id="selectConditionList" parameterType="map" resultMap="ConditionResultDTOMap"> <select id="selectConditionList" parameterType="map" resultMap="ConditionResultDTOMap">
SELECT SELECT
b.FORM_ITEM_ID AS item_id, b.FORM_ITEM_ID AS item_id,
IFNULL(g.TABLE_NAME,'')AS TABLE_NAME, (
case when g.table_name is null then 'ic_resi_user'
when g.table_name ='' then 'ic_resi_user'
else g.table_name
end
)AS TABLE_NAME,
i.PARENT_ITEM_ID, i.PARENT_ITEM_ID,
i.LABEL, i.LABEL,
i.ITEM_TYPE, i.ITEM_TYPE,

Loading…
Cancel
Save