瀏覽代碼

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

csx 3 年之前
父節點
當前提交
9e5f11fd18
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      controllers/sg/gdyb_controller.go

+ 6 - 6
controllers/sg/gdyb_controller.go 查看文件

@@ -403,12 +403,12 @@ func (c *GdybController) PostTen() {
403 403
 	fmt.Println(stmtBegndate)
404 404
 	fmt.Println(stmtEnddate)
405 405
 	fmt.Println(medfeeSumamt)
406
-
407
-	if len(clrType) == 0 {
408
-		clrType = "11"
409
-	} else {
410
-		clrType = "9903"
411
-	}
406
+	clrType = "11"
407
+	//if len(clrType) == 0 {
408
+	//	clrType = "11"
409
+	//} else {
410
+	//	clrType = "9903"
411
+	//}
412 412
 	baseParams := models.BaseParams{
413 413
 		SecretKey:      secret_key,
414 414
 		FixmedinsCode:  fixmedins_code,