pms-parent/pms-global/src/main/resources/mapper/StaRepairInfoMapper.xml
@@ -26,7 +26,12 @@ from sta_repair_info where id = #{id,jdbcType=BIGINT} </select> <select id="selectByEquipNo" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> from sta_repair_info where equip_no = #{equipNo,jdbcType=VARCHAR} </select> <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> delete from sta_repair_info where id = #{id,jdbcType=BIGINT}