|
@@ -120,6 +120,14 @@ public class AgentToothHandler {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 根据id查询更换刷头信息
|
|
|
|
+ * @param request
|
|
|
|
+ * @return
|
|
|
|
+ * @throws Exception
|
|
|
|
+ */
|
|
|
|
+ @ResponseBody
|
|
|
|
+ @RequestMapping("/select_order_hint")
|
|
public ResultMsg selectOrderHint(HttpServletRequest request) throws Exception {
|
|
public ResultMsg selectOrderHint(HttpServletRequest request) throws Exception {
|
|
ResultMsg msg = new ResultMsg();
|
|
ResultMsg msg = new ResultMsg();
|
|
String hintId = request.getParameter("hintId");
|
|
String hintId = request.getParameter("hintId");
|