Browse Source

resi_topic表CLOSED_STATUS字段为空的设上默认值

dev_shibei_match
zhaoqifeng 5 years ago
parent
commit
c56c05c187
  1. 1
      epmet-module/resi-group/resi-group-server/src/main/resources/db/migration/V0.0.3__topic.sql

1
epmet-module/resi-group/resi-group-server/src/main/resources/db/migration/V0.0.3__topic.sql

@ -0,0 +1 @@
UPDATE resi_topic SET CLOSED_STATUS = 'resolved' WHERE CLOSED_STATUS IS NULL
Loading…
Cancel
Save