update code

dev_xds
haha 2024-05-14 00:20:10 +08:00
parent 609379f507
commit 378d7b7e74
1 changed files with 1 additions and 1 deletions

View File

@ -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>