Commit 5c95b241 by 翁国栋 Committed by 284718418@qq.com

8小时后台,单人替换

parent c6ffbb6d
...@@ -35,4 +35,6 @@ public interface InsurePolicyMapper extends BaseMapper<InsurePolicy> { ...@@ -35,4 +35,6 @@ public interface InsurePolicyMapper extends BaseMapper<InsurePolicy> {
List<InsurePolicy> selectPolicyListByStatus(@Param("date") Date date); List<InsurePolicy> selectPolicyListByStatus(@Param("date") Date date);
Integer selectPlansTotalByorgCode(@Param("orgCode")Integer id); Integer selectPlansTotalByorgCode(@Param("orgCode")Integer id);
List<InsurePolicy> selectPolicyListByStatus(@Param("date") Date date);
} }
...@@ -407,4 +407,10 @@ ...@@ -407,4 +407,10 @@
where status = 1 and where status = 1 and
policy_date_end <![CDATA[ < ]]> #{date} policy_date_end <![CDATA[ < ]]> #{date}
</select> </select>
<select id="selectPolicyListByStatus" resultType="cn.timer.api.bean.insure.InsurePolicy">
select * from insure_policy
where status = 1 and
policy_date_end <![CDATA[ < ]]> #{date}
</select>
</mapper> </mapper>
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