Commit 14004480 by zhangxingmin

push

parent 1f181df1
......@@ -12,6 +12,9 @@
<if test="request.fortunePeriod != null">
and ef.fortune_period = #{request.fortunePeriod}
</if>
and ef.policy_no = #{request.policyNo}
and ef.is_deleted = 0
</where>
</select>
......
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