Merge branch 'develop' of gitee.com:darlk/ShengTangManage into develop

This commit is contained in:
huangdeliang
2020-12-07 08:56:31 +08:00
4 changed files with 11 additions and 8 deletions

View File

@ -181,6 +181,7 @@ public class SysOrder extends BaseEntity {
@Excel(name = "成交时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date orderTime;
@JsonFormat(pattern = "yyyy-MM-dd")
public Date getStartTime() {
return startTime;
}

View File

@ -62,7 +62,7 @@ public class WxServeInfo implements Serializable {
}
public void setWeight(BigDecimal weight) {
this.weight = weight.toString() + "kg";
this.weight = weight.toString() + "";
}
@Override