|
@@ -1584,13 +1584,13 @@
|
|
|
AND "personnelPost" = #{personnelPost}
|
|
AND "personnelPost" = #{personnelPost}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="personnelId!=null and personnelId!=''">
|
|
<if test="personnelId!=null and personnelId!=''">
|
|
|
- AND "personnelId" = #{personnelId})
|
|
|
|
|
|
|
+ AND "personnelId" = #{personnelId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="driverId!=null and driverId!=''">
|
|
<if test="driverId!=null and driverId!=''">
|
|
|
- AND "personnelId" = #{driverId})
|
|
|
|
|
|
|
+ AND "personnelId" = #{driverId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="driverId2!=null and driverId2!=''">
|
|
<if test="driverId2!=null and driverId2!=''">
|
|
|
- AND "personnelId" = #{driverId2})
|
|
|
|
|
|
|
+ AND "personnelId" = #{driverId2}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="index!=null and index!=''">
|
|
<if test="index!=null and index!=''">
|
|
|
AND REGEXP_LIKE("label", #{index})
|
|
AND REGEXP_LIKE("label", #{index})
|