Compare commits

..

2 Commits

Author SHA1 Message Date
cabbage de74a7b87d ## 调整会员、订单前缀; 2025-06-18 10:45:03 +08:00
cabbage 70dc1fcf46 ## 处理业绩表方法; 2025-06-18 10:45:03 +08:00
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -12,7 +12,7 @@ public class SysConstants {
/** /**
* 新零售前缀 * 新零售前缀
*/ */
public static final String RETAIL_PREFIX = "RE"; public static final String RETAIL_PREFIX = "BF";
/** /**
* 顶点 * 顶点
*/ */

View File

@ -18,7 +18,7 @@ public enum EOrderPrefix {
/** /**
* 销售订单 * 销售订单
*/ */
ORDER_CODE("RESO", "销售订单"), ORDER_CODE("BFSO", "销售订单"),
/** /**
* 采购订单 * 采购订单
@ -73,7 +73,7 @@ public enum EOrderPrefix {
/** /**
* 发货单 * 发货单
*/ */
DELIVERY_CODE("RESD", "发货单"), DELIVERY_CODE("BFSD", "发货单"),
/** /**
* 充值 * 充值