添加策划提成
This commit is contained in:
parent
d858c965cd
commit
b594b046cb
@ -70,6 +70,12 @@
|
|||||||
<property name="beginTime" value="#{beginTime}"/>
|
<property name="beginTime" value="#{beginTime}"/>
|
||||||
<property name="endTime" value="#{endTime}"/>
|
<property name="endTime" value="#{endTime}"/>
|
||||||
</include>
|
</include>
|
||||||
|
UNION
|
||||||
|
<include refid="groupAmountVo">
|
||||||
|
<property name="column" value="planner_id"/>
|
||||||
|
<property name="beginTime" value="#{beginTime}"/>
|
||||||
|
<property name="endTime" value="#{endTime}"/>
|
||||||
|
</include>
|
||||||
) AS a USING(user_id)
|
) AS a USING(user_id)
|
||||||
<where>
|
<where>
|
||||||
<if test="postId != null and postId != ''">and post_id = #{postId}</if>
|
<if test="postId != null and postId != ''">and post_id = #{postId}</if>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user