src/cn/ksource/web/controller/business/pages/question/QuestionController.java
@@ -1098,6 +1098,7 @@ String CUSTOMER_ID =ConvertUtil.obj2Str(report.get("CUSTOMER_ID")); if(StringUtil.notEmpty(CUSTOMER_ID)){ SC_PARTNER_CUSTOMER_INFO customer_INFO=new SC_PARTNER_CUSTOMER_INFO(CUSTOMER_ID).getInstanceById(); if (customer_INFO !=null) report.put("customer_code", customer_INFO.getCustomer_code()); } String FIRST_CATEGORY_ID=ConvertUtil.obj2Str(report.get("FIRST_CATEGORY_ID"));