|
|
@ -50,14 +50,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
evection_causes,evection_begin_time,evection_end_time,dispatchlist_code,make_code, |
|
|
|
travel_mode,hotel,transportation_cost_budget,accommodation_budget,other_expenses_budget, |
|
|
|
reality_evenction_begin_time,reality_evenction_end_time,create_by,create_time,update_by, |
|
|
|
update_time,remark,instance_id,instance_type,instance_type_name,submit_instance_id,cancel_instance_id, |
|
|
|
update_time,remark,instance_id,instance_type,submit_instance_id,cancel_instance_id, |
|
|
|
restore_instance_id,apply_title,apply_user,apply_time |
|
|
|
from base_evection_form |
|
|
|
</sql> |
|
|
|
|
|
|
|
<select id="selectBaseEvectionFormList" parameterType="BaseEvectionForm" resultMap="BaseEvectionFormResult"> |
|
|
|
<include refid="selectBaseEvectionFormVo" /> |
|
|
|
<where> |
|
|
|
<where> |
|
|
|
<if test="auditStatus != null and auditStatus != ''"> and audit_status = #{auditStatus}</if> |
|
|
|
<if test="useStatus != null and useStatus != ''"> and use_status = #{useStatus}</if> |
|
|
|
<if test="evectionCode != null and evectionCode != ''"> and evection_code = #{evectionCode}</if> |
|
|
|