This commit is contained in:
suyl
2021-08-06 14:27:31 +08:00
parent f9b7b1d32e
commit 82a4bf47de
2 changed files with 2 additions and 1 deletions

View File

@@ -1970,7 +1970,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
// }
// }
//}
cms.SetMTPSStatus2(668135)
cms.SetMTPSStatus2(0)
return err
}

View File

@@ -115,6 +115,7 @@ func (c *DeliveryHandler) GetStore(ctx *jxcontext.Context, storeID int, vendorSt
storeDetail.AuditStatus = model.StoreAuditStatusRejected
storeDetail.CourierStatus = model.StoreStatusClosed
}
err = nil
}
return storeDetail, err
}