update code
parent
609379f507
commit
378d7b7e74
|
@ -162,6 +162,6 @@
|
|||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="standardType!=null and standardType>0"> and sps.standard_type=#{standardType}</if>
|
||||
<if test="standardType!=null and standardType>0"> and sps.standard_type like concat('', #{standardType}, '%')</if>
|
||||
</select>
|
||||
</mapper>
|
Loading…
Reference in New Issue