Commit c9c0ba25 authored by huyuchen's avatar huyuchen

huych-商险问题修改

parent 8ef30cb6
...@@ -39,7 +39,7 @@ public interface TInsurancePolicyMapper extends BaseMapper<TInsurancePolicy> { ...@@ -39,7 +39,7 @@ public interface TInsurancePolicyMapper extends BaseMapper<TInsurancePolicy> {
*/ */
List<TInsurancePolicy> getInsurancePolicyList(@Param("param") InsurancePolicyListParam param); List<TInsurancePolicy> getInsurancePolicyList(@Param("param") InsurancePolicyListParam param);
Page<PolicyListVo> policyPageToAutoSelect(Page page,@Param("param") InsuredParam param); IPage<PolicyListVo> policyPageToAutoSelect(Page page,@Param("param") InsuredParam param);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment