pms-parent/pms-global/src/main/resources/mapper/StaDeviceLifeMapper.xml
@@ -40,6 +40,14 @@ where id = #{id,jdbcType=BIGINT} </select> <select id="selectByEquipNo" parameterType="java.lang.String" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> from sta_device_life where equip_no = #{equipNo,jdbcType=VARCHAR} order by id desc </select> <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> delete from sta_device_life where id = #{id,jdbcType=BIGINT}