修改分润逻辑

This commit is contained in:
韩鹏辉
2023-07-06 17:24:00 +08:00
parent a473fd6457
commit 1df582f5f6
5 changed files with 50 additions and 41 deletions

View File

@@ -122,6 +122,7 @@ public class CashController {
}
}catch (Exception e){
e.printStackTrace();
return ResultGenerator.genFailResult(e.getMessage());
}
return ResultGenerator.genFailResult("");
}