|
|
@@ -849,6 +849,12 @@ public class AdminNewOrderApiController extends CertifyApiController {
|
|
|
return res.data(orderNewService.updateOrderUrl(orderNo,contractPictureUrl,agreementUrl,serviceContent));
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 修改订单的标签
|
|
|
+ * @param orderNo 订单编号,可传多个逗号隔开
|
|
|
+ * @param tag 标签 0=默认,1=待处理,2=待派单,3=暂不处理,4=已过期,5=已作废
|
|
|
+ * @return
|
|
|
+ */
|
|
|
@RequestMapping(value = "/updateTag",method = RequestMethod.POST)
|
|
|
public Result updateTag(String orderNo,Integer tag){
|
|
|
Result res=new Result();
|