winter 1 год назад
Родитель
Сommit
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) @TableField(exist = false)
private List<Long> merchantIdList; private List<Long> merchantIdList;
// @io.swagger.annotations.ApiModelProperty(value = "店铺/多径EnumRentShopType", name = "rentShopType")
// private Integer rentShopType;
@io.swagger.annotations.ApiModelProperty(value = "remark", name = "remark") @io.swagger.annotations.ApiModelProperty(value = "remark", name = "remark")
private String 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 != receiveDateBegin ">and `receive_date` &gt;= #{receiveDateBegin}</if>
<if test=" null != receiveDateEnd ">and `receive_date` &lt;= #{receiveDateEnd}</if> <if test=" null != receiveDateEnd ">and `receive_date` &lt;= #{receiveDateEnd}</if>
<if test=" null != feesId ">and `fees_id` = #{feesId}</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 != isPrint ">and `is_print` = #{isPrint}</if>
<if test=" null != isFinish ">and `is_finish` = #{isFinish}</if> <if test=" null != isFinish ">and `is_finish` = #{isFinish}</if>
<if test=" null != parentId ">and `parent_id` = #{parentId}</if> <if test=" null != parentId ">and `parent_id` = #{parentId}</if>


Загрузка…
Отмена
Сохранить