|
|
|
@@ -33,7 +33,7 @@ public class WxBillAllController extends BaseController |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name="contractId",value="合同id",dataType="long", paramType = "query",required=true), |
|
|
|
@ApiImplicitParam(name="type",value="类型1租赁合同2物业合同",dataType="int", paramType = "query",required=true)}) |
|
|
|
public ResultData hasOweBill(Long contractId,Integer type) { |
|
|
|
public ResultData oweBillCount(Long contractId,Integer type) { |
|
|
|
Long count = wxBillAllService.hasOweBill(contractId,type); |
|
|
|
return new ResultData(count); |
|
|
|
} |
|
|
|
|