|
@@ -59,7 +59,7 @@
|
|
|
<select id="findList" resultType="com.sckw.mine.entity.res.MineralAggregateFindListRes">
|
|
<select id="findList" resultType="com.sckw.mine.entity.res.MineralAggregateFindListRes">
|
|
|
select <include refid="Base_Column_List" /> from kw_business_mineral_aggregate
|
|
select <include refid="Base_Column_List" /> from kw_business_mineral_aggregate
|
|
|
<where>
|
|
<where>
|
|
|
- del_flag = 0
|
|
|
|
|
|
|
+ del_flag = 0 and status = 1
|
|
|
<if test="name != null and name != ''">
|
|
<if test="name != null and name != ''">
|
|
|
and `name` like concat('%',#{name},'%')
|
|
and `name` like concat('%',#{name},'%')
|
|
|
</if>
|
|
</if>
|