Commit 1ea9af7b authored by fangxinjiang's avatar fangxinjiang

人员花名册--项目添加条线类型&BU归属

parent 406611dd
......@@ -221,6 +221,12 @@
<if test="tSettleDomain.stopFlag != null and tSettleDomain.stopFlag.trim() != '' and tSettleDomain.stopFlag == 1">
and (a.STOP_FLAG = '1' or a.STOP_FLAG = '2')
</if>
<if test="tSettleDomain.lineType != null and tSettleDomain.lineType.trim() != ''">
and a.LINE_TYPE = #{tSettleDomain.lineType}
</if>
<if test="tSettleDomain.buBelong != null and tSettleDomain.buBelong.trim() != ''">
and a.BU_BELONG = #{tSettleDomain.buBelong}
</if>
</if>
order by CREATE_TIME desc
</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