Browse Source

一个奇葩错误

yumeng 5 năm trước cách đây
mục cha
commit
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,