|
@@ -3141,7 +3141,7 @@ func (c *HisApiController) GetCheckDetailAccount() {
|
3141
|
3141
|
item.PsnNo + " " +
|
3142
|
3142
|
fmt.Sprintf("%.2f", item.MedfeeSumamt) + " " +
|
3143
|
3143
|
fmt.Sprintf("%.2f", item.FundPaySumamt) + " " +
|
3144
|
|
- fmt.Sprintf("%.2f", item.AcctPay) + " " + "0" + "\r\n"
|
|
3144
|
+ fmt.Sprintf("%.2f", item.AcctPay) + " " + "1" + "\r\n"
|
3145
|
3145
|
_, err = f.Write([]byte(str))
|
3146
|
3146
|
|
3147
|
3147
|
var str2 string
|