|
|
|
@@ -213,7 +213,8 @@ public class WxPropertyContractController extends WxContractBaseController { |
|
|
|
return wxPropertyContractService.saveOrUpdate(propertyContract, user.getId(), user.getName(),false); |
|
|
|
} |
|
|
|
|
|
|
|
@PostMapping("update-第三步提交") |
|
|
|
//第三步提交 |
|
|
|
@PostMapping("update") |
|
|
|
public ResultData update(@RequestBody WxPropertyContract wxPropertyContract) { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxPropertyContractController::update"); |
|
|
|
MallUserInfo user = getUser(); |
|
|
|
|