Tiroble 3 năm trước cách đây
mục cha
commit
e1ff3fc2b5

+ 1 - 0
src/main/java/com/steerinfo/dil/controller/WmspOutboundResultController.java

@@ -113,6 +113,7 @@ public class WmspOutboundResultController extends BaseRESTfulController {
      * */
     @PostMapping(value = "/insertWmspOutBoundResult")
     public Map<String, Object> insertWmspOutBoundResult(@RequestBody(required = false) Map<String, Object> mapval){
+
         /**拿到前端传递的运输订单号*/
         String orderNumber = mapval.get("orderNumber").toString();
         /**根据运输订单号,查询运输订单信息,*/