@@ -81,6 +81,7 @@ public class TaGoodsOrdersController extends BaseController {
});
flagDetail = iTaGoodsOrdersDetailService.saveBatch(detailList);
if (flag&&flagDetail){
+ taGoodsOrders.setDetailList(detailList);
responseBean.addSuccess(taGoodsOrders);
}else {
responseBean.addError("fail");