|
|
@ -1366,6 +1366,7 @@ public class BaseDistributorService extends MybatisBaseService<BaseDistributorMa |
|
|
|
appDisAndCustm.setExtra(extra); |
|
|
|
appDisAndCustms.add(appDisAndCustm); |
|
|
|
} |
|
|
|
if("01".equals(invoiceKey)){ |
|
|
|
CrmCustomerTempListQuery crmCustomerTempListQuery = new CrmCustomerTempListQuery(); |
|
|
|
SysUserVo sysUserVo = sysUserFeign.fetchBySid(userSid).getData(); |
|
|
|
crmCustomerTempListQuery.setStaffSid(sysUserVo.getStaffSid()); |
|
|
@ -1384,6 +1385,7 @@ public class BaseDistributorService extends MybatisBaseService<BaseDistributorMa |
|
|
|
appDisAndCustm.setExtra(extra); |
|
|
|
appDisAndCustms.add(appDisAndCustm); |
|
|
|
} |
|
|
|
} |
|
|
|
return rb.success().setData(appDisAndCustms); |
|
|
|
} |
|
|
|
|
|
|
@ -1432,6 +1434,7 @@ public class BaseDistributorService extends MybatisBaseService<BaseDistributorMa |
|
|
|
appDisAndCustm.setExtra(extra); |
|
|
|
appDisAndCustms.add(appDisAndCustm); |
|
|
|
} |
|
|
|
if("01".equals(invoiceKey)){ |
|
|
|
CrmCustomerTempListQuery crmCustomerTempListQuery = new CrmCustomerTempListQuery(); |
|
|
|
SysUserVo sysUserVo = sysUserFeign.fetchBySid(userSid).getData(); |
|
|
|
crmCustomerTempListQuery.setStaffSid(sysUserVo.getStaffSid()); |
|
|
@ -1455,6 +1458,7 @@ public class BaseDistributorService extends MybatisBaseService<BaseDistributorMa |
|
|
|
appDisAndCustm.setExtra(extra); |
|
|
|
appDisAndCustms.add(appDisAndCustm); |
|
|
|
} |
|
|
|
} |
|
|
|
return rb.success().setData(appDisAndCustms); |
|
|
|
} |
|
|
|
|
|
|
|