瀏覽代碼

优化订单列表展示

xian 5 年之前
父節點
當前提交
5f7d684667

+ 0 - 6
watero-rst-web/src/main/java/com/iamberry/rst/controllers/cm/AdminCustomerController.java

@@ -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){