|
|
|
@@ -74,7 +74,12 @@ public class WxPropertyContractController extends WxContractBaseController { |
|
|
|
@SystemControllerLog(description = "物业合同-新增") |
|
|
|
public ResultData add(@RequestBody WxPropertyContract wxPropertyContract) { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxPropertyContractController::add"); |
|
|
|
MallUserInfo user = getUser(); |
|
|
|
//MallUserInfo user = getUser(); |
|
|
|
MallUserInfo user = new MallUserInfo(); |
|
|
|
user.setId(321127266275430400L); |
|
|
|
user.setName("alitest"); |
|
|
|
user.setTenantId("789"); |
|
|
|
user.setParentTenantId("788"); |
|
|
|
wxPropertyContract.updateTenantInfo(user); |
|
|
|
wxPropertyContract.setAdjustPeriodHandle(); |
|
|
|
Integer contractType = wxRentPropertyContractService.getContractType(wxPropertyContract.getRentShopType(), wxPropertyContract.getOperationType(), EnumContractType.PROPERTY.getCode()); |
|
|
|
|