- correct opRequestType to opRequestTypeName.

This commit is contained in:
gazebo
2018-12-20 17:05:11 +08:00
parent 45bb776ac9
commit 53cdf5bb84

View File

@@ -46,7 +46,7 @@ func InitServiceInfo(version, buildDate, gitCommit string) {
"orderTypeName": model.OrderTypeName,
"storeDeliveryTypeName": scheduler.StoreDeliveryTypeName,
"taskStatusName": tasksch.TaskStatusName,
"opRequestType": model.RequestTypeName,
"opRequestTypeName": model.RequestTypeName,
"opRequestStatusName": model.RequestStatusName,
},
}