소스 검색

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

csx 3 년 전
부모
커밋
a271866251
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/sg/his_api_controller.go

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

@@ -663,7 +663,7 @@ func (c *HisApiController) GetSettleList() {
663 663
 	}
664 664
 	last_order, _ := service.GetLastHisOrderTwo(c.GetAdminUserInfo().CurrentOrgId)
665 665
 	count, _ := strconv.ParseInt(last_order.FaPiaoNumber, 10, 64)
666
-	new_fapiao_number := strconv.FormatInt(count, 10)
666
+	new_fapiao_number := strconv.FormatInt(count+1, 10)
667 667
 
668 668
 	struct4101 := service.Struct4101{
669 669
 		PsnNo:          order.PsnNo,