瀏覽代碼

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

csx 1 年之前
父節點
當前提交
a534c3e132
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      controllers/js/jsyb_controller.go

+ 4 - 2
controllers/js/jsyb_controller.go 查看文件

@@ -777,6 +777,8 @@ func (c *JSybController) ReadCard() {
777 777
 		}
778 778
 		break
779 779
 	case "4": //电子凭证
780
+		fmt.Println(operator_id)
781
+		fmt.Println(operator)
780 782
 		pCardInfo, pBusiCardInfo := c.GetELeCertInfo(fixmedins_code, operator_id, operator)
781 783
 		fmt.Println(pCardInfo)
782 784
 		fmt.Println(pBusiCardInfo)
@@ -926,8 +928,8 @@ func (c *JSybController) GetELeCertInfo(code string, operator_id string, operato
926 928
 	inputData := make(map[string]interface{})
927 929
 	inputData["orgId"] = code
928 930
 	inputData["businessType"] = "01101"
929
-	inputData["operatorId"] = operator_id
930
-	inputData["operatorName"] = operator_name
931
+	inputData["operatorId"] = "1"
932
+	inputData["operatorName"] = "admin"
931 933
 	inputData["officeId"] = "001"
932 934
 	inputData["officeName"] = "血透室"
933 935
 	//