|
@@ -1016,6 +1016,7 @@ func (c *HisApiController) GetRegisterInfo() {
|
1016
|
1016
|
if is310 == 1 {
|
1017
|
1017
|
insutype = "310"
|
1018
|
1018
|
}
|
|
1019
|
+ fmt.Println(insutype)
|
1019
|
1020
|
|
1020
|
1021
|
if count <= 0 {
|
1021
|
1022
|
api := "http://127.0.0.1:9532/" + "gdyb/two?cert_no=" + IdCardNo + "&insutype=" +
|
|
@@ -1499,6 +1500,7 @@ func (c *HisApiController) GetUploadInfo() {
|
1499
|
1500
|
cert_no = his.Certno
|
1500
|
1501
|
|
1501
|
1502
|
}
|
|
1503
|
+ fmt.Println(insutype)
|
1502
|
1504
|
|
1503
|
1505
|
api := "http://127.0.0.1:9532/" + "gdyb/eight?cert_no=" + cert_no + "&insutype=" +
|
1504
|
1506
|
"390" + "&psn_no=" + psn_no + "&chrg_bchno=" + chrg_bchno + "&mdtrt_id=" + mdtrt_id +
|