“djh”
2025-10-14 a2f9136f50c1f4d9a083cf8cc1f2a280d5f5b13f
multi-system/src/main/resources/mapper/system/FactorContentMapper.xml
@@ -18,6 +18,18 @@
                #{item.type})
            </foreach>
    </insert>
    <update id="updateByFactorId">
        UPDATE
            `factor_content`
        SET
            `influence` = NULL,
            `monitor_method` = NULL,
            `review` = NULL,
            `solutions` = NULL,
            `result` = NULL
        WHERE
            `factor_discern_id` = #{factorDiscrenId}
    </update>
    <delete id="deletedByFactorId">
        DELETE
        FROM