浏览代码

一个奇葩错误

yumeng 5 年之前
父节点
当前提交
2cfb08556a

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/xml/CleanMaterialMapper.xml

@@ -11,7 +11,7 @@
     <select id="calculationMaterialReport" resultType="org.jeecg.modules.ctop.entity.KuaiShouCleanMaterialReport">
         select
         signature id,
-        sum (charge) charge,
+        sum(charge) charge,
         sum(photo_show) photoShow,
         sum(photo_click) photoClick,
         sum(aclick) aclick,