|
@@ -231,10 +231,10 @@
|
|
|
where
|
|
|
stat_date = #{date}
|
|
|
<if test="promoterId != null and promoterId != ''">
|
|
|
- and clipId = #{promoterId}
|
|
|
+ and clip_id = #{promoterId}
|
|
|
</if>
|
|
|
<if test="promoterName != null and promoterName != ''">
|
|
|
- and clipName like concat(concat('%',#{promoterName}),'%')
|
|
|
+ and clip_name like concat(concat('%',#{promoterName}),'%')
|
|
|
</if>
|
|
|
</select>
|
|
|
<select id="getOrderTotal" resultType="com.alibaba.fastjson.JSONObject">
|