"src/main/git@ustchcs.com:gujinli1118/MCMS.git" did not exist on "43fdb95d928e059765c23a8376e6ff4945a7c351"
Commit b6d9f5aa authored by macro's avatar macro
Browse files

Update OmsOrderReturnApplyService.java

parent 6605d7bf
...@@ -23,7 +23,7 @@ public interface OmsOrderReturnApplyService { ...@@ -23,7 +23,7 @@ public interface OmsOrderReturnApplyService {
int delete(List<Long> ids); int delete(List<Long> ids);
/** /**
* 修改申请状态 * 修改指定申请状态
*/ */
int updateStatus(Long id, OmsUpdateStatusParam statusParam); int updateStatus(Long id, OmsUpdateStatusParam statusParam);
......
Supports Markdown
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