diff --git a/ms-biz/src/main/java/com/ms/api/tool/PurchaseTool.java b/ms-biz/src/main/java/com/ms/api/tool/PurchaseTool.java index aebc0cf7..77ac0a58 100644 --- a/ms-biz/src/main/java/com/ms/api/tool/PurchaseTool.java +++ b/ms-biz/src/main/java/com/ms/api/tool/PurchaseTool.java @@ -75,52 +75,52 @@ public class PurchaseTool { public static Map getAppendShopRemarkFieldsMap() { Map map = new HashMap<>(); - map.put(PurchaseOrderConst.PURCHASE_PLATFORM2_FIELD, "采购平台"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_SN_FIELD, "采购单号"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_BUYER, "采购账号"); - map.put(PurchaseOrderConst.PURCHASE_PAYMENT_FIELD, "采购成本"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_SELLER_FIELD, "上家店铺名称"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_NUM_FIELD, "采购数量"); - map.put(PurchaseOrderConst.LOGISTICS_INFO_FIELD, "快递及运单号"); - map.put(PurchaseOrderConst.SHOP_NAME_FIELD, "抖店店铺名称"); - map.put(PurchaseOrderConst.TOTAL_PROFIT_FIELD, "总利润"); - map.put(PurchaseOrderConst.PROFIT_RATIO_FIELD, "利润率"); + map.put(PurchaseOrderConst.PURCHASE_PLATFORM2_FIELD, "#采购平台#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_SN_FIELD, "#采购单号#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_BUYER, "#采购账号#"); + map.put(PurchaseOrderConst.PURCHASE_PAYMENT_FIELD, "#采购成本#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_SELLER_FIELD, "#上家店铺名称#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_NUM_FIELD, "#采购数量#"); + map.put(PurchaseOrderConst.LOGISTICS_INFO_FIELD, "#快递及运单号#"); + map.put(PurchaseOrderConst.SHOP_NAME_FIELD, "#抖店店铺名称#"); + map.put(PurchaseOrderConst.TOTAL_PROFIT_FIELD, "#总利润#"); + map.put(PurchaseOrderConst.PROFIT_RATIO_FIELD, "#利润率#"); return map; } public static Map getAppendShopNoteFieldsMap() { Map map = new HashMap<>(); - map.put(PurchaseOrderConst.PURCHASE_PLATFORM2_FIELD, "采购平台"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_SN_FIELD, "采购单号"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_BUYER, "采购账号"); - map.put(PurchaseOrderConst.PURCHASE_PAYMENT_FIELD, "采购成本"); - map.put(PurchaseOrderConst.LOGISTICS_INFO_FIELD, "快递及运单号"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_SELLER_FIELD, "上家店铺名称"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_NUM_FIELD, "采购数量"); - map.put(PurchaseOrderConst.SHOP_NAME_FIELD, "抖店店铺名称"); - map.put(PurchaseOrderConst.TOTAL_PROFIT_FIELD, "总利润"); - map.put(PurchaseOrderConst.PROFIT_RATIO_FIELD, "利润率"); + map.put(PurchaseOrderConst.PURCHASE_PLATFORM2_FIELD, "#采购平台#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_SN_FIELD, "#采购单号#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_BUYER, "#采购账号#"); + map.put(PurchaseOrderConst.PURCHASE_PAYMENT_FIELD, "#采购成本#"); + map.put(PurchaseOrderConst.LOGISTICS_INFO_FIELD, "#快递及运单号#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_SELLER_FIELD, "#上家店铺名称#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_NUM_FIELD, "#采购数量#"); + map.put(PurchaseOrderConst.SHOP_NAME_FIELD, "#抖店店铺名称#"); + map.put(PurchaseOrderConst.TOTAL_PROFIT_FIELD, "#总利润#"); + map.put(PurchaseOrderConst.PROFIT_RATIO_FIELD, "#利润率#"); return map; } public static Map getAutoFillRemarkFieldsMap() { Map map = new HashMap<>(); - map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_SKU, "抖店商品规格"); - map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_ONLY_VENDER_REMARK, "抖店商家备注"); - map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_ONLY_ORDER_REMARK, "抖店买家留言"); - map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_NAME, "平台名称"); - map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_SHOP_NAME, "抖店店铺名称"); - map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_ORDER_ID, "抖店订单号"); + map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_SKU, "#抖店商品规格#"); + map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_ONLY_VENDER_REMARK, "#抖店商家备注#"); + map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_ONLY_ORDER_REMARK, "#抖店买家留言#"); + map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_NAME, "#平台名称#"); + map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_SHOP_NAME, "#抖店店铺名称#"); + map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_ORDER_ID, "#抖店订单号#"); return map; } public static Map getAutoFillOrderMemoFieldsMap() { Map map = new HashMap<>(); - map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_SHOP_NAME, "抖店店铺名称"); - map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_ORDER_ID, "抖店订单号"); - map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_PLATFORM_NAME, "抖店平台"); - map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_SELLER_REMARK, "抖店商家备注"); - map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_ORDER_REMARK, "抖店买家留言"); + map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_SHOP_NAME, "#抖店店铺名称#"); + map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_ORDER_ID, "#抖店订单号#"); + map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_PLATFORM_NAME, "#抖店平台#"); + map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_SELLER_REMARK, "#抖店商家备注#"); + map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_ORDER_REMARK, "#抖店买家留言#"); return map; }