update code
parent
609379f507
commit
378d7b7e74
|
@ -162,6 +162,6 @@
|
||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</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>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
Loading…
Reference in New Issue