Commit 0460f9e5 authored by chenzhao's avatar chenzhao

发货批量新增初始化接口

parent 591241a1
......@@ -344,6 +344,6 @@ public class PreparationMoneyController extends BaseController {
AgencyUserModel userInfo = getUserInfo();
PreparationMoney fromInfo = preparationMoneyServiceImpl.getFromInfo(list);
fromInfo.setOrderUser(userInfo.getRealName());
return ResponseHelper.buildResponse(preparationMoneyServiceImpl.getFromInfo(list)) ;
return ResponseHelper.buildResponse(fromInfo) ;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment