ソースを参照

新增统计项目整体概况

Administrator 2 年 前
コミット
d4f7c7d4b4

+ 1 - 0
ruoyi-system/src/main/resources/mapper/system/fgw/FgwXmsbMapper.xml

@@ -361,6 +361,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         update fgw_xmsb
         <trim prefix="SET" suffixOverrides=",">
             <if test="status != null">status = #{status},</if>
+            <if test="progress != null">progress = #{progress},</if>
             <if test="type != null">type = #{type},</if>
         </trim>
         where id = #{id}