@@ -15,7 +15,7 @@ import { GldErmcpSpotContractOperateReq } from "@/services/proto/spotcontract/in
*/
export const hedgePlanReq = (param: ErmcpHedgePlanReq): Promise<any> => {
param.ApplySrc = 2; // 申请来源 - 1:管理端 2:终端
- param.TradeDate = moment().format("YYMMDD");
+ param.TradeDate = moment().format("YYYYMMDD");
return protoMiddleware<ErmcpHedgePlanReq>(param, 'ErmcpHedgePlanReq', 'ErmcpHedgePlanRsp', 2)
}