|
|
|
@@ -231,7 +231,7 @@ public class WxPropertyContractController extends WxContractBaseController { |
|
|
|
@PostMapping("add") |
|
|
|
public ResultData addMoney(@RequestBody WxPropertyContract wxPropertyContract) { |
|
|
|
if (null == wxPropertyContract.getId()) { |
|
|
|
return new ResultData(Result.ERROR,"id不能为空") |
|
|
|
return new ResultData(Result.ERROR,"id不能为空"); |
|
|
|
} |
|
|
|
|
|
|
|
MallUserInfo user = getUser(); |
|
|
|
|