|
|
|
@ -60,7 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="getWoIdSet" resultType="java.lang.Long">
|
|
|
|
<select id="getWoIdSet" resultType="java.lang.Long">
|
|
|
|
SELECT DISTINCT wo_id FROM sgr_baohuo_worktime
|
|
|
|
SELECT DISTINCT wo_id FROM pay_baohuo_worktime
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="empId != null">
|
|
|
|
<if test="empId != null">
|
|
|
|
AND emp_id = #{empId}
|
|
|
|
AND emp_id = #{empId}
|
|
|
|
|