소스 검색

no message

zhangchuanxing 3 달 전
부모
커밋
0dc7207a64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/statistic_company_merge.go

+ 1 - 1
controllers/statistic_company_merge.go

@@ -220,7 +220,7 @@ func (this *StatisticCompanyMergerController) MergeCompanyList() {
 		if operation == "新建" {
 			operationSql = ` "add" `
 		} else if operation == "领取" {
-			operationSql = ` "add","receive"  `
+			operationSql = ` "receive","apply_receive"  `
 		} else {
 			operationSql = ` "add","receive","apply_receive"  `
 		}