LLL 1 年間 前
コミット
402c53e3b8
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      module_kzks/src/main/java/org/jeecg/modules/costModelWxPrice/mapper/xml/CostModelWxPriceMapper.xml

+ 1 - 1
module_kzks/src/main/java/org/jeecg/modules/costModelWxPrice/mapper/xml/CostModelWxPriceMapper.xml

@@ -18,7 +18,7 @@
         #{wxProject} as wxProject,
         #{wxCompany} as wxCompany,
         #{unit} as unit,
-        #{number} as number,
+        #{number} as number
         from kzks_cost_model_wx_price
         <where>
             <if test="wxProject != null  and wxProject != ''">and wx_project = #{wxProject}</if>