|
@@ -370,8 +370,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="state != null and state != ''">
|
|
|
and DATE(sign_time) = CURDATE()
|
|
|
</if>
|
|
|
- <if test="steelcylinderName != null and steelcylinderName != ''">
|
|
|
- and steelcylinder_name like concat('%', #{steelcylinderName}, '%')
|
|
|
+ <if test="name != null and name != ''">
|
|
|
+ and steelcylinder_name like concat('%', #{name}, '%')
|
|
|
</if>
|
|
|
</where>
|
|
|
) a
|