fixbug 名称调整
This commit is contained in:
@@ -150,7 +150,6 @@ public class WxBillController extends BaseWxController{
|
|||||||
double balance = modifyBalance(false, accBill);
|
double balance = modifyBalance(false, accBill);
|
||||||
byId.setBalance(balance);
|
byId.setBalance(balance);
|
||||||
byId.setId(accBill.getId());
|
byId.setId(accBill.getId());
|
||||||
byId.setName(accBill.getName());
|
|
||||||
byId.setBillType(accBill.getBillType());
|
byId.setBillType(accBill.getBillType());
|
||||||
byId.setMoneyType(accBill.getMoneyType());
|
byId.setMoneyType(accBill.getMoneyType());
|
||||||
byId.setFromAccount(accBill.getFromAccount());
|
byId.setFromAccount(accBill.getFromAccount());
|
||||||
|
|||||||
@@ -34,8 +34,6 @@ public class AccBill implements Serializable {
|
|||||||
@TableId(value = "id", type = IdType.AUTO)
|
@TableId(value = "id", type = IdType.AUTO)
|
||||||
private Integer id;
|
private Integer id;
|
||||||
|
|
||||||
private String name;
|
|
||||||
|
|
||||||
private String userId;
|
private String userId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "金额")
|
@ApiModelProperty(value = "金额")
|
||||||
|
|||||||
Reference in New Issue
Block a user