|
@@ -143,7 +143,7 @@ public class AdminOrderApiController extends CertifyApiController {
|
|
|
|
|
|
|
|
/** 图片上传 **/
|
|
/** 图片上传 **/
|
|
|
@RequestMapping(value = "/uploadOrderImg", method = RequestMethod.POST)
|
|
@RequestMapping(value = "/uploadOrderImg", method = RequestMethod.POST)
|
|
|
- public Result uploadOrderImg(HttpServletRequest req,String orderNo,String sign){
|
|
|
|
|
|
|
+ public synchronized Result uploadOrderImg(HttpServletRequest req,String orderNo,String sign){
|
|
|
Result res = new Result();
|
|
Result res = new Result();
|
|
|
if (StringUtils.isBlank(orderNo)){
|
|
if (StringUtils.isBlank(orderNo)){
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"订单编号","订单编号"));
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"订单编号","订单编号"));
|