|
@@ -1,15 +1,14 @@
|
|
|
-
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
<mapper namespace="org.jeecg.modules.ctop.mapper.CleanMaterialMapper">
|
|
|
<select id="getSignatureList" resultType="java.lang.String">
|
|
|
- SELECT
|
|
|
+ SELECT
|
|
|
DISTINCT(signature)
|
|
|
from ctop_kuaishou_report_daily_creative
|
|
|
WHERE signature !=''
|
|
|
</select>
|
|
|
- <select id="calculationMaterialReport" resultType="org.jeecg.modules.ctop.entity.KuaiShouCleanMaterialReport">
|
|
|
|
|
|
+ <select id="calculationMaterialReport" resultType="org.jeecg.modules.ctop.entity.KuaiShouCleanMaterialReport">
|
|
|
select
|
|
|
signature id,
|
|
|
sum (charge) charge,
|