mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
bugfix
This commit is contained in:
@@ -53,7 +53,7 @@ public class DeviceEntity extends OrgCommonEntity {
|
||||
|
||||
@Comment("归档状态")
|
||||
@ColumnDefault("'0'")
|
||||
private String archiveStatus;
|
||||
private String archiveStatus = "0";
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ public class DeviceWorkOrderDetailEntity extends OrgCommonEntity {
|
||||
|
||||
@Comment("归档状态")
|
||||
@ColumnDefault("'0'")
|
||||
private String archiveStatus;
|
||||
private String archiveStatus = "0";
|
||||
|
||||
@Formula(
|
||||
"(select i.name\n"
|
||||
|
||||
Reference in New Issue
Block a user