pms-parent/pms-global/src/main/resources/mapper/PltStationMapper.xml
@@ -119,6 +119,9 @@ <include refid="Base_Column_List" /> from plt_station where deleted!=1 </select> <select id="selectMaxCode" resultType="java.lang.String"> select max(code) from plt_station </select> <update id="deleteLogicById" parameterType="java.lang.Long"> update plt_station set deleted = 1