Commit 3ade3a89 by jianan

新单跟进87

parent dd728555
...@@ -317,7 +317,7 @@ public class ApiFortuneController { ...@@ -317,7 +317,7 @@ public class ApiFortuneController {
* @param fortuneAccountBizId * @param fortuneAccountBizId
* @return * @return
*/ */
@PostMapping("/editRecords/fortuneAccount") @GetMapping("/editRecords/fortuneAccount")
@Operation(summary = "修订记录") @Operation(summary = "修订记录")
public Result<List<FortuneAccountEditRecord>> getFortuneAccountEditRecords(@RequestParam("fortuneAccountBizId") String fortuneAccountBizId) { public Result<List<FortuneAccountEditRecord>> getFortuneAccountEditRecords(@RequestParam("fortuneAccountBizId") String fortuneAccountBizId) {
if (StringUtils.isBlank(fortuneAccountBizId)) { if (StringUtils.isBlank(fortuneAccountBizId)) {
......
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