代码提交
This commit is contained in:
parent
b0bb605461
commit
6343e99f19
|
|
@ -33,7 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
<select id="getWorkloadCategoryList" resultType="com.bonus.digital.dao.WorkloadCategoryVo">
|
<select id="getWorkloadCategoryList" resultType="com.bonus.digital.dao.WorkloadCategoryVo">
|
||||||
select workload_category_id,workload_category_name,remark,category,unit_price
|
select workload_category_id,workload_category_name,remark,unit_price
|
||||||
from tb_workload_category where is_active = '1'
|
from tb_workload_category where is_active = '1'
|
||||||
<if test="workloadCategoryName !=null and workloadCategoryName != ''">
|
<if test="workloadCategoryName !=null and workloadCategoryName != ''">
|
||||||
and workload_category_name like concat('%',#{workloadCategoryName},'%')
|
and workload_category_name like concat('%',#{workloadCategoryName},'%')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue