|
|
@ -92,7 +92,7 @@ public interface ScmApplyInboundFeign { |
|
|
|
|
|
|
|
@ApiOperation(value = "获取入账申请流水号") |
|
|
|
@PostMapping(value = "/getLSH") |
|
|
|
int selectNum(String bill); |
|
|
|
int selectNum(@RequestParam("bill") String bill); |
|
|
|
|
|
|
|
|
|
|
|
/*************************************************审批流程***************************************************/ |
|
|
|