fixbug 名称调整

This commit is contained in:
2023-02-09 23:08:40 +08:00
parent f25f329e4b
commit e9d5f9abc1
2 changed files with 0 additions and 3 deletions

View File

@@ -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());

View File

@@ -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 = "金额")