Browse Source

不更新了

feature/teamB_zz_wgh
yinzuomei 3 years ago
parent
commit
b73f2593f5
  1. 7
      epmet-module/oper-customize/oper-customize-server/src/main/resources/db/migration/V0.0.31__item_query2.sql

7
epmet-module/oper-customize/oper-customize-server/src/main/resources/db/migration/V0.0.31__item_query2.sql

@ -1,7 +0,0 @@
update ic_form_query_builder b set b.MULTI_SELECT=(
select i.MULTI_SELECT
from ic_form_item i
where i.CUSTOMER_ID=b.CUSTOMER_ID
and i.ID=b.FORM_ITEM_ID
and i.del_flag='0'
)where b.DEL_FLAG='0';
Loading…
Cancel
Save