|
@@ -71,9 +71,6 @@
|
|
|
<if test="specialStartTime != null "> AND
|
|
|
dw.start_time
|
|
|
>= #{specialStartTime}</if>
|
|
|
-<!-- <if test="deptId != null "> AND-->
|
|
|
-<!-- dw.dept_id-->
|
|
|
-<!-- = #{deptId}</if>-->
|
|
|
<if test="specialEndTime != null "> AND
|
|
|
dw.start_time <= #{specialEndTime}</if>
|
|
|
<if test="lotCode != null and lotCode != ''">AND dw.lot_code LIKE CONCAT('%', #{lotCode}, '%') </if>
|