Fancy
2024-06-20 4837d8e606a630945a8150cd8dff3fb0e48f0784
pms-parent/pms-global/src/main/resources/mapper/PltStationMapper.xml
@@ -114,6 +114,14 @@
            </if>
        </trim>
    </select>
    <select id="selectAll" resultMap="BaseResultMap">
        select
        <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