dcb
2025-07-01 f31f0991c0d2036e563b886f57de4cf45d3c72cb
src/main/resources/mapper/SimuMapper.xml
@@ -83,4 +83,8 @@
            where id = #{item.id}
        </foreach>
    </update>
    <update id="updateResult" parameterType="com.se.nsl.domain.po.Simu">
        update nsl.tbl_yj_tr_simulate set result=#{result} where id = #{id}
    </update>
</mapper>