Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
ec5beb3f22
1 changed files with 2 additions and 0 deletions
  1. 2 0
      controllers/js/jsyb_controller.go

+ 2 - 0
controllers/js/jsyb_controller.go View File

@@ -686,6 +686,8 @@ func (c *JSybController) ReadCard() {
686 686
 		pCardInfo, pBusiCardInfo := c.GetELeInfo(fixmedins_code, operator_id, operator)
687 687
 		fmt.Println(pCardInfo)
688 688
 		fmt.Println(pBusiCardInfo)
689
+		pBusiCardInfo = Remove0000(pBusiCardInfo)
690
+		pCardInfo = Remove0000(pCardInfo)
689 691
 		var ele ELeData
690 692
 		err := json.Unmarshal([]byte(pBusiCardInfo), &ele)
691 693
 		if err != nil {