pms-parent/pms-global/src/main/resources/mapper/TstCommandMapper.xml
@@ -58,7 +58,7 @@ name like concat('%', #{name}, '%') and </if> <if test="proId != null"> pro_id = #{proId,jdbcType=BIGINT} and pro_id = #{proId} and </if> <if test="value != null and value !=''"> value like concat('%', #{value}, '%') and