页面修改

This commit is contained in:
huangdeliang
2020-12-05 23:07:06 +08:00
parent 6d0377aea2
commit 7ec9fad22e
2 changed files with 2 additions and 1 deletions

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