|
@@ -82,6 +82,7 @@ public class CustomerLabelController extends BaseController
|
|
{
|
|
{
|
|
LoginUser currentUser = SecurityUtils.getLoginUser();
|
|
LoginUser currentUser = SecurityUtils.getLoginUser();
|
|
customerLabel.setStationId(currentUser.getUser().getDeptId());
|
|
customerLabel.setStationId(currentUser.getUser().getDeptId());
|
|
|
|
+ customerLabel.setDelFlag("0");
|
|
ResponeCustomerLabel responeCustomerLabel =new ResponeCustomerLabel();
|
|
ResponeCustomerLabel responeCustomerLabel =new ResponeCustomerLabel();
|
|
List<CustomerLabel> notlist = customerLabelService.selectNotCustomerLabelInfo(customerLabel);
|
|
List<CustomerLabel> notlist = customerLabelService.selectNotCustomerLabelInfo(customerLabel);
|
|
List<String> list = customerLabelService.selectPhoneList(customerLabel);
|
|
List<String> list = customerLabelService.selectPhoneList(customerLabel);
|
|
@@ -100,8 +101,8 @@ public class CustomerLabelController extends BaseController
|
|
{
|
|
{
|
|
LoginUser currentUser = SecurityUtils.getLoginUser();
|
|
LoginUser currentUser = SecurityUtils.getLoginUser();
|
|
customerLabel.setStationId(currentUser.getUser().getDeptId());
|
|
customerLabel.setStationId(currentUser.getUser().getDeptId());
|
|
|
|
+ customerLabel.setDelFlag("0");
|
|
List<CustomerLabel> notlist = customerLabelService.selectNotCustomerLabelInfo(customerLabel);
|
|
List<CustomerLabel> notlist = customerLabelService.selectNotCustomerLabelInfo(customerLabel);
|
|
-
|
|
|
|
return getDataTable(notlist);
|
|
return getDataTable(notlist);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -114,6 +115,7 @@ public class CustomerLabelController extends BaseController
|
|
public TableDataInfo selectPhoneList(CustomerLabel customerLabel)
|
|
public TableDataInfo selectPhoneList(CustomerLabel customerLabel)
|
|
{
|
|
{
|
|
LoginUser currentUser = SecurityUtils.getLoginUser();
|
|
LoginUser currentUser = SecurityUtils.getLoginUser();
|
|
|
|
+ customerLabel.setDelFlag("0");
|
|
customerLabel.setStationId(currentUser.getUser().getDeptId());
|
|
customerLabel.setStationId(currentUser.getUser().getDeptId());
|
|
List<String> list = customerLabelService.selectPhoneList(customerLabel);
|
|
List<String> list = customerLabelService.selectPhoneList(customerLabel);
|
|
return getDataTable(list);
|
|
return getDataTable(list);
|