|
@@ -760,7 +760,7 @@ func (ct *InvoicePaymentController) List(c *gin.Context) {
|
|
|
}
|
|
|
}
|
|
|
sellerTypeMap := map[int]string{2: "FICC销售", 5: "权益销售"}
|
|
|
- sellerList, e := crmService.GetSellerDepartmentListWithGroupAndTeam()
|
|
|
+ sellerList, e := crmService.GetSellerDepartmentListWithEnable()
|
|
|
if e != nil {
|
|
|
resp.FailData("获取销售失败", "Err:"+e.Error(), c)
|
|
|
return
|
|
@@ -1742,14 +1742,14 @@ func (ct *InvoicePaymentController) NotInvoiceList(c *gin.Context) {
|
|
|
// //summaryIds = append(summaryIds, summaryList[i].SummaryId)
|
|
|
//}
|
|
|
|
|
|
- fmt.Println("len(NotInvoiceSummaryMap):", len(NotInvoiceSummaryMap))
|
|
|
+ //fmt.Println("len(NotInvoiceSummaryMap):", len(NotInvoiceSummaryMap))
|
|
|
|
|
|
for _, v := range summaryList {
|
|
|
- fmt.Println("ProductIds:", v.ProductIds)
|
|
|
- fmt.Println("ContractRegisterId:", v.ContractRegisterId)
|
|
|
- fmt.Println("ServiceProductId:", v.ServiceProductId)
|
|
|
- fmt.Println("RegisterId:", v.RegisterId)
|
|
|
- fmt.Println("len(NotInvoiceSummaryMap[v.RegisterId]):", len(NotInvoiceSummaryMap[v.ContractRegisterId]))
|
|
|
+ //fmt.Println("ProductIds:", v.ProductIds)
|
|
|
+ //fmt.Println("ContractRegisterId:", v.ContractRegisterId)
|
|
|
+ //fmt.Println("ServiceProductId:", v.ServiceProductId)
|
|
|
+ //fmt.Println("RegisterId:", v.RegisterId)
|
|
|
+ //fmt.Println("len(NotInvoiceSummaryMap[v.RegisterId]):", len(NotInvoiceSummaryMap[v.ContractRegisterId]))
|
|
|
if (v.ProductIds == "1,2" || v.ProductIds == "2,1") && len(NotInvoiceSummaryMap[v.ContractRegisterId]) == 1 {
|
|
|
if v.ServiceProductId == 1 {
|
|
|
item := fms.NotInvoicePaymentSummaryItem{
|
|
@@ -1823,7 +1823,7 @@ func (ct *InvoicePaymentController) NotInvoiceList(c *gin.Context) {
|
|
|
}
|
|
|
|
|
|
// 重组汇总数据
|
|
|
- sellerList, e := crmService.GetSellerDepartmentListWithGroupAndTeam()
|
|
|
+ sellerList, e := crmService.GetSellerDepartmentListWithEnable()
|
|
|
if e != nil {
|
|
|
resp.FailData("获取销售失败", "Err:"+e.Error(), c)
|
|
|
return
|
|
@@ -2252,7 +2252,7 @@ func (ct *InvoicePaymentController) NotPaymentList(c *gin.Context) {
|
|
|
// }
|
|
|
// serviceAmountMap[v.ContractRegisterId][v.ProductId] = v
|
|
|
//}
|
|
|
- sellerList, e := crmService.GetSellerDepartmentListWithGroupAndTeam()
|
|
|
+ sellerList, e := crmService.GetSellerDepartmentListWithEnable()
|
|
|
if e != nil {
|
|
|
resp.FailData("获取销售失败", "Err:"+e.Error(), c)
|
|
|
return
|
|
@@ -2505,7 +2505,7 @@ func ExportNotInvoiceCensusList(c *gin.Context, results *fms.NotInvoicePaymentCe
|
|
|
incomeSummaryItemList := make([]*fms.NotPaymentCensusItem, 0)
|
|
|
incomeSummaryItemList = list
|
|
|
|
|
|
- sellerList, e := crmService.GetSellerDepartmentListWithGroupAndTeam()
|
|
|
+ sellerList, e := crmService.GetSellerDepartmentListWithEnable()
|
|
|
if e != nil {
|
|
|
resp.FailData("获取销售失败", "Err:"+e.Error(), c)
|
|
|
return
|