Browse Source

销售统计报表 调整金额

liuchaohui 2 years ago
parent
commit
20f411b6c7

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

@@ -42,7 +42,7 @@
             and cc.cCusAbbName = #{map.customer}
         </if>
         </where>
-        GROUP BY de.cDepName,ss.cCusCode,convert(char(7),ssd.dPreDate,120),ssd.iTaxUnitPrice,cc.cCusAbbName
+        GROUP BY de.cDepName,ss.cCusCode,convert(char(7),ssd.dPreDate,120),ssd.iTaxUnitPrice,cc.cCusAbbName,ss.iExchRate
         --ORDER BY
         --de.cDepName,ss.cCusCode,CONVERT ( CHAR ( 7 ), ssd.dPreDate, 120 ),ssd.iTaxUnitPrice
     </select>