|
@@ -486,12 +486,6 @@ public class AdminCustomerController {
|
|
|
@RequestParam(value = "pageNO", defaultValue = "1", required = false) Integer pageNO,
|
|
|
@RequestParam(value = "totalNum", defaultValue = "0", required = false) Integer totalNum) throws Exception {
|
|
|
ModelAndView mv = new ModelAndView("cm/customer/custome_list");
|
|
|
- /*if (customerInfo.getAdminId() == null && isFirst == 1) {
|
|
|
- //获取登录员工id
|
|
|
-
|
|
|
- Integer adminId = AdminUtils.getLoginAdminId();
|
|
|
- customerInfo.setAdminId(adminId);
|
|
|
- }*/
|
|
|
//获取登录人id
|
|
|
Integer loginAdminId = AdminUtils.getLoginAdminId();
|
|
|
if(customerInfo != null){
|