mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
禅道bug#1537修复
This commit is contained in:
+15
@@ -54,6 +54,21 @@ public class OrderRespVOCopy {
|
||||
@JsonFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND, timezone = TIME_ZONE_DEFAULT)
|
||||
private LocalDateTime deliveryDate;
|
||||
|
||||
@Schema(description = "客户电话")
|
||||
private String phoneNumber;
|
||||
|
||||
@Schema(description = "经销商")
|
||||
private String dealer;
|
||||
|
||||
@Schema(description = "业务员")
|
||||
private String salesman;
|
||||
|
||||
@Schema(description = "拆单员")
|
||||
private String splitter;
|
||||
|
||||
@Schema(description = "备注")
|
||||
private String remark;
|
||||
|
||||
@Schema(description = "更新时间")
|
||||
@JsonFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND, timezone = TIME_ZONE_DEFAULT)
|
||||
private Date updateTime;
|
||||
|
||||
+6
-1
@@ -39,7 +39,12 @@
|
||||
o.customer AS customer,
|
||||
o.address AS address,
|
||||
o.custom_order_no AS defineId,
|
||||
o.status AS status
|
||||
o.status AS status,
|
||||
o.phone_number,
|
||||
o.dealer,
|
||||
o.salesman,
|
||||
o.splitter,
|
||||
o.remark
|
||||
|
||||
FROM orders o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user