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