winter 1 год назад
Родитель
Сommit
fe95ec99d5
2 измененных файлов: 4 добавлений и 4 удалений
  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 Просмотреть файл

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


+ 2
- 2
mallinkService/src/main/resources/mapper/WxFinanceFinishMapper.xml Просмотреть файл

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


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