|
@ -32,13 +32,13 @@ |
|
|
<include refid="info"></include> |
|
|
<include refid="info"></include> |
|
|
<where> |
|
|
<where> |
|
|
<if test="wagaName!=null and wagaName!=''"> |
|
|
<if test="wagaName!=null and wagaName!=''"> |
|
|
and waga_name like concat('%',#{wagaName},'%') |
|
|
and sj.waga_name like concat('%',#{wagaName},'%') |
|
|
</if> |
|
|
</if> |
|
|
<if test="wagaCode!=null and wagaCode!=''"> |
|
|
<if test="wagaCode!=null and wagaCode!=''"> |
|
|
and waga_code =#{wagaCode} |
|
|
and sq.waga_code =#{wagaCode} |
|
|
</if> |
|
|
</if> |
|
|
<if test="wagaType!=null and wagaType!=''"> |
|
|
<if test="wagaType!=null and wagaType!=''"> |
|
|
and waga_type=#{wagaType} |
|
|
and sj.waga_type=#{wagaType} |
|
|
</if> |
|
|
</if> |
|
|
<include refid="com.kms.system.mapper.SysXzqhMapper.xzqhCondition"></include> |
|
|
<include refid="com.kms.system.mapper.SysXzqhMapper.xzqhCondition"></include> |
|
|
</where> |
|
|
</where> |
|
|