Commit e6857fcd by 兰国旗

修改开始时间结束时间数据类型为nu

parent 4979f061
...@@ -607,8 +607,8 @@ class RegCenterOrderService extends AppServiceBase { ...@@ -607,8 +607,8 @@ class RegCenterOrderService extends AppServiceBase {
deliverContent: deliverContent, deliverContent: deliverContent,
consultType: pobj.actionBody.consultType, //需求类型: GSREG:正常原始公司注册; QYJYTC1:企业经营套餐1; QYJYTC2:企业经营套餐2; consultType: pobj.actionBody.consultType, //需求类型: GSREG:正常原始公司注册; QYJYTC1:企业经营套餐1; QYJYTC2:企业经营套餐2;
productType: pobj.actionBody.productType, //套餐包含业的务类型: 不传为原始公司注册 productType: pobj.actionBody.productType, //套餐包含业的务类型: 不传为原始公司注册
startTime: pobj.actionBody.startTime || "", //开始时间 startTime: pobj.actionBody.startTime || null, //开始时间
endTime: pobj.actionBody.endTime || "" //结束时间 endTime: pobj.actionBody.endTime || null //结束时间
}; };
} else { } else {
pushObj = { pushObj = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment