浏览代码

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
 	fmt.Println(stmtBegndate)
403
 	fmt.Println(stmtBegndate)
404
 	fmt.Println(stmtEnddate)
404
 	fmt.Println(stmtEnddate)
405
 	fmt.Println(medfeeSumamt)
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
 	baseParams := models.BaseParams{
412
 	baseParams := models.BaseParams{
413
 		SecretKey:      secret_key,
413
 		SecretKey:      secret_key,
414
 		FixmedinsCode:  fixmedins_code,
414
 		FixmedinsCode:  fixmedins_code,