江苏皓晶项目/Haojing/src/main/java/com/northglass/web/manage/CutManageController.java
@@ -9,6 +9,9 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import com.northglass.service.TelecomsService.TelecomsService;
import net.sf.json.JSONObject;
@Controller
@@ -24,6 +27,10 @@
       jsonObj.putAll(map);
       return jsonObj;
    }
    @RequestMapping(method=RequestMethod.GET, value="/paiText")
    @ResponseBody
    public JSONObject paiText(HttpServletRequest request,HttpServletResponse response){
       return TelecomsService.jsonObj;
    }
}