LLL 1 rok temu
rodzic
commit
402c53e3b8

+ 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>