## 处理业绩表方法;

This commit is contained in:
cabbage 2025-06-17 17:33:53 +08:00
parent 2d51c2b60b
commit 70dc1fcf46
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,6 @@
<result column="ALGEBRA" property="algebra"/>
<result column="VERTEX_NAME" property="vertexName"/>
<result column="TEAM_NAME" property="teamName"/>
<result column="ASSESS_STATUS" property="assessStatus"/>
</resultMap>
<sql id="CuMemberAchieveColumn">
@ -181,6 +180,7 @@
mall_pv NUMBER(17,6) default 0 not null
)
</update>
<update id="mergeCuMemberMonth">
merge into cu_member_month${date} a
using(