liuxm
2024-05-21 55cb4daf506ad8f3c637f6e3d9bc7df41e538b2e
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