Browse Source

no message

zhangchuanxing 6 days ago
parent
commit
b1ff7b0a92
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controllers/statistic/rai_data_summary.go

+ 2 - 2
controllers/statistic/rai_data_summary.go

@@ -535,7 +535,7 @@ func (this *StatisticRaiDataSummaryController) RaiDataSummaryList() {
 				}
 				sellerItem.NewCustomerInvoicingCount = utils.SubFloatToString(mapNewCustomerInvoicingMoney[keyMap], 2)               // "新客开票-(数据)"
 				sellerItem.NewCustomerPaymentsReceivedCount = utils.SubFloatToString(mapNewCustomerPaymentsReceivedMoney[keyMap], 2) // "新客到款-(数据)"
-				if developButton || serverButton {
+				if developButton || serverButton || adminId != "" {
 					item.DataList = append(item.DataList, sellerItem)
 				}
 			}
@@ -650,7 +650,7 @@ func (this *StatisticRaiDataSummaryController) RaiDataSummaryList() {
 				}
 				sellerItem.NewCustomerInvoicingCount = utils.SubFloatToString(mapNewCustomerInvoicingMoney[keyMap], 2)               // "新客开票-(数据)"
 				sellerItem.NewCustomerPaymentsReceivedCount = utils.SubFloatToString(mapNewCustomerPaymentsReceivedMoney[keyMap], 2) // "新客到款-(数据)"
-				if developButton || serverButton {
+				if developButton || serverButton || serviceAdminId != "" {
 					item.DataList = append(item.DataList, sellerItem)
 				}
 			}