Commit bd432ab2 by huluobin

technicianNames 作废

parent ae000099
...@@ -193,9 +193,9 @@ public class OrderServe implements Serializable { ...@@ -193,9 +193,9 @@ public class OrderServe implements Serializable {
@ApiModelProperty("美甲顾问id") @ApiModelProperty("美甲顾问id")
private String technicianIds; private String technicianIds;
@TableField(exist = false) // @TableField(exist = false)
@ApiModelProperty("预约美甲师姓名") // @ApiModelProperty("预约美甲师姓名")
private String technicianNames; // private String technicianNames;
@TableField(exist = false) @TableField(exist = false)
private Integer lengthTime; private Integer lengthTime;
......
...@@ -89,7 +89,6 @@ public class Customer implements Serializable { ...@@ -89,7 +89,6 @@ public class Customer implements Serializable {
private String storeRecordRealName; private String storeRecordRealName;
private String remark; private String remark;
private String remark2; private String remark2;
private String remark3; private String remark3;
private String remark4; private String remark4;
......
...@@ -22,6 +22,9 @@ public class OrderServeDTO { ...@@ -22,6 +22,9 @@ public class OrderServeDTO {
@ApiModelProperty("预约美甲师姓名") @ApiModelProperty("预约美甲师姓名")
private String technicianNames; private String technicianNames;
@ApiModelProperty("预约美甲师姓名")
private String technicianName;
@ApiModelProperty("服务改价(有正负)") @ApiModelProperty("服务改价(有正负)")
private BigDecimal serveChangePrice; private BigDecimal serveChangePrice;
......
spring: spring:
profiles: profiles:
active: pre active: prod
servlet: servlet:
#文件上传最大容量 #文件上传最大容量
multipart: multipart:
......
...@@ -676,7 +676,7 @@ public class Test { ...@@ -676,7 +676,7 @@ public class Test {
List<PurchaseSkuPOI> purchaseSkuPOIList = purchaseSkuMapper.purchaseSkuExcel(); List<PurchaseSkuPOI> purchaseSkuPOIList = purchaseSkuMapper.purchaseSkuExcel();
// List<PurchaseSkuPOI> // List<PurchaseSkuPOI>
String fileName = "/Users/huluobin/purchaseSku4.xlsx"; String fileName = "/Users/huluobin/purchaseSku6.xlsx";
purchaseSkuPOIList.forEach(purchaseSkuPOI -> { purchaseSkuPOIList.forEach(purchaseSkuPOI -> {
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment