standard-server/src/main/resources/mapper/SpecificationsMapper.xml
文件名从 standard-library/src/main/resources/mapper/SpecificationsMapper.xml 修改 @@ -15,7 +15,7 @@ SELECT s.`id`,s.`name`,s.`update_time`,u.`name` username,s.`vel`,s.`spe_state` FROM specifications s,`user` u WHERE s.`user_id` = u.`id` AND s.`serial_id` = #{serialNumberId} AND s.`number` = #{serialNumberId} <if test="specificationsName != null"> AND s.`name` = #{specificationsName} </if>