瀏覽代碼

经营报表修改

周箭河 4 年之前
父節點
當前提交
ca32d5bbeb
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      mec-biz/src/main/resources/config/mybatis/SubjectChangeMapper.xml

+ 3 - 0
mec-biz/src/main/resources/config/mybatis/SubjectChangeMapper.xml

@@ -153,6 +153,9 @@
             <if test="costMargin != null">
                 cost_margin_ = #{costMargin},
             </if>
+            <if test="sellAmount != null">
+                sell_amount_ = #{sellAmount},
+            </if>
             <if test="orderId != null">
                 order_id_ = #{orderId},
             </if>