From db74943b46ffb5245477894f394c368cc04f93e7 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期二, 16 九月 2025 14:48:31 +0800 Subject: [PATCH] 调整品种获取 --- src/main/java/com/fzzy/api/entity/Api1213.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/Api1213.java b/src/main/java/com/fzzy/api/entity/Api1213.java index 69469d3..e7d4c31 100644 --- a/src/main/java/com/fzzy/api/entity/Api1213.java +++ b/src/main/java/com/fzzy/api/entity/Api1213.java @@ -20,7 +20,7 @@ @Table(name = "API_1213") public class Api1213 implements Serializable { - public static String SORT_PROP = "fcrq"; + public static String SORT_PROP = "fcqrdh"; @Id @PropertyDef(label = "灏佷粨纭鍗曞彿", description = "2浣嶄笟鍔$紪鐮�(21浠h〃灏佷粨)+yyMMdd+4浣嶉『搴忕爜锛�212405040001") @@ -73,8 +73,8 @@ private Double fcsl; @PropertyDef(label = "灏佷粨鐢宠浜�") - @Column(name = "fcsrq", length = 40) - private String fcsrq; + @Column(name = "fcsqr", length = 40) + private String fcsqr; @PropertyDef(label = "閮ㄩ棬瀹℃牳浜�") @Column(name = "bmshr", length = 40) -- Gitblit v1.9.3