|
|
@@ -30,7 +30,7 @@ public class XiangXController {
|
|
|
/**
|
|
|
* 湘芯过账出入库操作
|
|
|
*/
|
|
|
- @PostMapping("/openapi/applicant/postInOutInfo.action")
|
|
|
+ @RequestMapping("/openapi/applicant/postInOutInfo.action")
|
|
|
public Map<String, Object> postInOutInfo(int inOutId, String items, String master){
|
|
|
return xiangXService.postInOutInfo(inOutId,items,master);
|
|
|
}
|
|
|
@@ -72,7 +72,7 @@ public class XiangXController {
|
|
|
/**
|
|
|
* 湘芯报关完成操作
|
|
|
*/
|
|
|
- @PostMapping("/openapi/applicant/finishPo.action")
|
|
|
+ @RequestMapping("/openapi/applicant/finishPo.action")
|
|
|
public Map<String, Object> finishPo(int poId, String master){
|
|
|
return xiangXService.finishPo(poId,master);
|
|
|
}
|