|
|
|
@ -171,6 +171,7 @@ public class PanFactoryDataController extends BladeController {
|
|
|
|
|
public R sendOrderStatus(@RequestBody OrderStatusDTO orderStatusDTO) { |
|
|
|
|
log.info("############sendOrderStatus: 请求参数{}",orderStatusDTO); |
|
|
|
|
try{ |
|
|
|
|
log.info("新分支"); |
|
|
|
|
R r = factoryDataService.handleStatusData(orderStatusDTO); |
|
|
|
|
return r; |
|
|
|
|
}catch (CustomerException e){ |
|
|
|
|