From d6d4935397487b73e0325d62e615cc1a9399858a Mon Sep 17 00:00:00 2001 From: gongbiao Date: Fri, 7 Sep 2018 20:57:51 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=9F=E9=87=91=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]=E4=BF=AE=E6=94=B9=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/simple/domain/po/WxBillRent.java | 6 +++--- .../src/main/resources/mapper/WxBillRentMapper.xml | 2 +- mallinkService/src/main/resources/mapper/WxShopMapper.xml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mallinkService/src/main/java/com/simple/domain/po/WxBillRent.java b/mallinkService/src/main/java/com/simple/domain/po/WxBillRent.java index c1a338625..1f34afa78 100644 --- a/mallinkService/src/main/java/com/simple/domain/po/WxBillRent.java +++ b/mallinkService/src/main/java/com/simple/domain/po/WxBillRent.java @@ -45,7 +45,7 @@ public class WxBillRent implements Serializable { /*商铺ID**/ @io.swagger.annotations.ApiModelProperty(value="商铺ID",name="shopId") - private Integer shopId; + private Long shopId; /*使用面积**/ @io.swagger.annotations.ApiModelProperty(value="使用面积",name="userArea") private BigDecimal userArea; @@ -104,10 +104,10 @@ public class WxBillRent implements Serializable { this.shopNumber = shopNumber; } - public Integer getShopId() { + public Long getShopId() { return shopId; } - public void setShopId(Integer _shopId) { + public void setShopId(Long _shopId) { shopId = _shopId; } public BigDecimal getUserArea() { diff --git a/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml b/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml index 347d610b0..bdb5c196f 100644 --- a/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml @@ -81,7 +81,7 @@ and br.`pay_way` = #{payWay} and br.`receipt_num` = #{receiptNum} and br.`tenant_id` = #{tenantId} - and s.`shop_number` = #{shopNumber} + and s.`shop_number` = #{shopNumber} and br.`pay_status` = #{payStatus} diff --git a/mallinkService/src/main/resources/mapper/WxShopMapper.xml b/mallinkService/src/main/resources/mapper/WxShopMapper.xml index d08480203..327c0f053 100644 --- a/mallinkService/src/main/resources/mapper/WxShopMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxShopMapper.xml @@ -228,16 +228,16 @@