|
|
|
@@ -9,10 +9,7 @@ import com.iformall.domain.po.MallUserInfo; |
|
|
|
import com.iformall.domain.po.WxBillRent; |
|
|
|
import com.iformall.domain.po.WxPayAccountBill; |
|
|
|
import com.iformall.domain.po.WxRentContract; |
|
|
|
import com.iformall.domain.po.WxShop; |
|
|
|
import com.iformall.enums.EnumFromType; |
|
|
|
import com.iformall.enums.EnumRentContractAdjustPeriod; |
|
|
|
import com.iformall.enums.EnumRentShopType; |
|
|
|
import com.iformall.enums.EnumRentStartType; |
|
|
|
import com.iformall.mapper.WxRentContractMapper; |
|
|
|
import com.iformall.service.WxBillRentService; |
|
|
|
@@ -27,6 +24,7 @@ import org.slf4j.Logger; |
|
|
|
import org.slf4j.LoggerFactory; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
import javax.servlet.http.HttpServletRequest; |
|
|
|
import javax.servlet.http.HttpServletResponse; |
|
|
|
import java.text.SimpleDateFormat; |
|
|
|
@@ -236,7 +234,7 @@ public class WxRentContractController extends BaseController { |
|
|
|
wxRentContractService.exportContract(request,response,getTenantId(),id); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("updateRentContractStatus") |
|
|
|
@PostMapping("updateRentContractStatus") |
|
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true) |
|
|
|
@SystemControllerLog(description = "租赁合同-更新合同状态") |
|
|
|
public ResultData updateRentContractStatus(Long id) { |
|
|
|
|