Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
fe95ec99d5
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxFinanceCheckOutMapper.xml
  2. +2
    -2
      mallinkService/src/main/resources/mapper/WxFinanceFinishMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxFinanceCheckOutMapper.xml View File

@@ -31,10 +31,10 @@
and `parent_tenant_id` = #{parentTenantId} and `parent_tenant_id` = #{parentTenantId}
</if> </if>
<if test=" null != createByName and '' != createByName"> <if test=" null != createByName and '' != createByName">
and create_by_name concat('%', #{createByName},'%')
and create_by_name like concat('%', #{createByName},'%')
</if> </if>
<if test=" null != peroid and '' != peroid"> <if test=" null != peroid and '' != peroid">
and peroid concat('%', #{peroid},'%')
and peroid like concat('%', #{peroid},'%')
</if> </if>
<if test=" null != peroidEqual and '' != peroidEqual"> <if test=" null != peroidEqual and '' != peroidEqual">
and peroid = #{peroidEqual} and peroid = #{peroidEqual}


+ 2
- 2
mallinkService/src/main/resources/mapper/WxFinanceFinishMapper.xml View File

@@ -43,10 +43,10 @@
and id like concat('%', #{idLike},'%') and id like concat('%', #{idLike},'%')
</if> </if>
<if test=" null != createByName and '' != createByName"> <if test=" null != createByName and '' != createByName">
and create_by_name concat('%', #{createByName},'%')
and create_by_name like concat('%', #{createByName},'%')
</if> </if>
<if test=" null != auditByName and '' != auditByName"> <if test=" null != auditByName and '' != auditByName">
and audit_by_name concat('%', #{auditByName},'%')
and audit_by_name like concat('%', #{auditByName},'%')
</if> </if>
<if test=" null != status ">and `status` = #{status}</if> <if test=" null != status ">and `status` = #{status}</if>
<if test=" null != createBy ">and `create_by` = #{createBy}</if> <if test=" null != createBy ">and `create_by` = #{createBy}</if>


Loading…
Cancel
Save