소스 검색

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

csx 2 년 전
부모
커밋
0de9e4175a
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 6
      controllers/sg/gdyb_controller.go

+ 1 - 6
controllers/sg/gdyb_controller.go 파일 보기

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