Commit fd0a34a8 by mushishixian

优化

parent 15da5a6f
......@@ -7,7 +7,7 @@ import (
)
func main() () {
message := `{"SyncName":"out_store","Data":{"erp_store_id":"q8kYgIs9TxqO3\/rzAo9Fk++cpps=","box_number":1,"pallet_number":0,"detail":[{"erp_entry_sn":"AUc7O4dXT2eLINqpH5qTqsLaWpc=","number":"200.0000","box_id":"108","pallet_id":0}]}}`
message := `{"SyncName":"out_store","Data":{"erp_store_id":"eRoPxET5QsGpiG\/+k153z++cpps=","box_number":1,"pallet_number":1,"detail":[{"erp_entry_sn":"AJ6EYRbSSICvCxd\/CZeciMLaWpc=","number":"60.0000","box_id":"117","pallet_id":44}]}}`
fmt.Println(message)
queueExchange := rabbitmq.QueueExchange{
"scm_store_audit_status",
......
#!/bin/bash
cd /data2/gocode/kaopu-server
git pull origin master
rm ./sh/scm_wms_sync
rm ./sh/import_source
go build -o ./sh/scm_wms_sync ./main.go
go build -o ./sh/import_source ./cmd/source/main.go
supervisorctl restart fengkong-dong:fengkong-dong_00
\ No newline at end of file
The file could not be displayed because it is too large.
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 sign in to comment