Commit 783a0770 by Sxy

fix: 套餐 截止时间

parent 9015702a
......@@ -120,7 +120,7 @@ class CompanycaseService extends ServiceBase {
throw new Error("请传入 服务的起止时间")
} else {
const delivery_info = {
...deliverData.delivery_info,// Moment(time).startOf("month").format("YYYY-MM-DD HH:mm:ss"),
...deliverData.delivery_info,
startTime: system.SERVICECODE.REGADDRCASE1 === deliverData.product_code
? moment(pobj.startTime).startOf("day").format('YYYY-MM-DD HH:mm:ss')
: moment(pobj.startTime).startOf("month").format('YYYY-MM-DD HH:mm:ss'),
......
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