Commit 1fbad621 authored by huyuchen's avatar huyuchen

huych-合同自动化相关提交

parent 3e3c1773
......@@ -408,7 +408,9 @@
<select id="geNoPageList" resultMap="tDispatchInfoPreMap">
SELECT
<include refid="Base_Column_List"/>
,if(b.id is not null,'0','1') as CONTRACT_STATUS
FROM t_dispatch_info_pre a
left join view_contract b on a.EMP_IDCARD = b.EMP_IDCARD and a.DEPT_NO = b.DEPT_NO
<where>
a.DELETE_FLAG = '0'
<include refid="tDispatchInfoPre_other_where"/>
......
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