|
@@ -150,8 +150,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="importNo != null and importNo != ''">
|
|
|
AND c.import_no = #{importNo}
|
|
|
</if>
|
|
|
- <if test="view_sign != null and view_sign != ''">
|
|
|
- AND c.view_sign = #{view_sign}
|
|
|
+ <if test="viewSign != null and viewSign != ''">
|
|
|
+ AND c.view_sign = #{viewSign}
|
|
|
</if>
|
|
|
<if test="name != null and name != ''">
|
|
|
AND c.name like concat('%', #{name}, '%')
|