winter пре 1 година
родитељ
комит
36eb677b87
2 измењених фајлова са 0 додато и 4 уклоњено
  1. +0
    -3
      mallinkService/src/main/java/com/iformall/domain/po/WxFinanceReceive.java
  2. +0
    -1
      mallinkService/src/main/resources/mapper/WxFinanceReceiveMapper.xml

+ 0
- 3
mallinkService/src/main/java/com/iformall/domain/po/WxFinanceReceive.java Прегледај датотеку

@@ -161,9 +161,6 @@ public class WxFinanceReceive extends TenantEntity {
@TableField(exist = false)
private List<Long> merchantIdList;
// @io.swagger.annotations.ApiModelProperty(value = "店铺/多径EnumRentShopType", name = "rentShopType")
// private Integer rentShopType;
@io.swagger.annotations.ApiModelProperty(value = "remark", name = "remark")
private String remark;


+ 0
- 1
mallinkService/src/main/resources/mapper/WxFinanceReceiveMapper.xml Прегледај датотеку

@@ -49,7 +49,6 @@
<if test=" null != receiveDateBegin ">and `receive_date` &gt;= #{receiveDateBegin}</if>
<if test=" null != receiveDateEnd ">and `receive_date` &lt;= #{receiveDateEnd}</if>
<if test=" null != feesId ">and `fees_id` = #{feesId}</if>
<if test=" null != rentShopType ">and `rent_shop_type` = #{rentShopType}</if>
<if test=" null != isPrint ">and `is_print` = #{isPrint}</if>
<if test=" null != isFinish ">and `is_finish` = #{isFinish}</if>
<if test=" null != parentId ">and `parent_id` = #{parentId}</if>


Loading…
Откажи
Сачувај