shiyj1101
2021-06-16 2e5800855a7fd8c81acaf5989782bf61aaf57c30
Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
1个文件已修改
2 ■■■ 已修改文件
service-acct/src/main/java/com/java110/acct/api/AccountApi.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-acct/src/main/java/com/java110/acct/api/AccountApi.java
@@ -112,7 +112,7 @@
     * @serviceCode /account/ownerPrestoreAccount
     * @path /app/account/ownerPrestoreAccount
     */
    @RequestMapping(value = "/ownerPrestoreAccount", method = RequestMethod.GET)
    @RequestMapping(value = "/ownerPrestoreAccount", method = RequestMethod.POST)
    public ResponseEntity<String> queryAccountDetail(@RequestBody JSONObject reqJson) {
        Assert.hasKeyAndValue(reqJson, "communityId", "小区ID不能为空");
        Assert.hasKeyAndValue(reqJson, "ownerId", "业主不能为空");