dcb
10 天以前 0e6106783b59c2c4e173ad4b709c1415686e7505
src/main/resources/mapper/SimuMapper.xml
@@ -83,4 +83,9 @@
            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},update_time=#{updateTime}
        where id = #{id}
    </update>
</mapper>