Commit 1208b568 by huluobin

# update

parent 0d55b121
......@@ -2,6 +2,7 @@ package com.blt.other.module.cost.service.impl;
import com.alibaba.excel.EasyExcel;
import com.bailuntec.common.BeanUtils;
import com.bailuntec.common.StringUtils;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.core.toolkit.IdWorker;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
......
......@@ -32,7 +32,7 @@
and t1.accounting_subject_no = #{req.accountingSubjectNo}
</if>
<if test="req.typeName !=null and req.typeName!='' ">
and t1.type_name = #{req.typeName}
and t1.type_name like concat('%',#{req.typeName},'%')
</if>
</sql>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment