Commit c6d054f5 by wang

^

parent e30e27c4
Showing with 1 additions and 1 deletions
...@@ -145,7 +145,7 @@ func (this *ErpService) pushErp2(poolSupplierEntity *PoolSupplierEntity) { ...@@ -145,7 +145,7 @@ func (this *ErpService) pushErp2(poolSupplierEntity *PoolSupplierEntity) {
panic(nil) panic(nil)
} }
fmt.Println(string(bytes)) fmt.Println(string(bytes))
//this.recordErpPushLog(poolSupplierEntity.SupplierId) this.recordErpPushLog(poolSupplierEntity.SupplierId)
mq.PushMsg("supplier_sync",string(bytes)) mq.PushMsg("supplier_sync",string(bytes))
......
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