Fancy
2024-06-18 971c239a1db9d08c25f583b4697a6d049c697f88
pms-parent/pms-global/src/main/resources/mapper/PltStationMapper.xml
@@ -114,6 +114,11 @@
            </if>
        </trim>
    </select>
    <select id="selectAll" resultMap="BaseResultMap">
        select
        <include refid="Base_Column_List" />
        from plt_station where deleted!=1
    </select>
    <update id="deleteLogicById" parameterType="java.lang.Long">
        update plt_station set deleted = 1