构造model的时候还得不到getCustomerCode().
由于此处需要通过customeCode查询,但此时构造model的时候还得不到getCustomerCode().所以此处值填null
protected void loadData() { nomalBase.getValues().refresh(productService.findNomalBaseProductForJM(getCustomerCode()));}
?