|
|
@@ -1289,6 +1289,9 @@
|
|
|
<if test="depId != null">
|
|
|
and dep.id= #{depId,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
+ <if test="aid != null">
|
|
|
+ and c.aid= #{aid,jdbcType=VARCHAR}
|
|
|
+ </if>
|
|
|
<if test="starTime !=null and endTime !=null">
|
|
|
and b.sign_time between #{starTime,jdbcType=VARCHAR} and #{endTime,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
@@ -1316,6 +1319,9 @@
|
|
|
<if test="orderNo != null">
|
|
|
and a.order_no = #{orderNo,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
+ <if test="aid != null">
|
|
|
+ and c.aid= #{aid,jdbcType=VARCHAR}
|
|
|
+ </if>
|
|
|
<if test="starTime !=null and endTime !=null">
|
|
|
and b.sign_time between #{starTime,jdbcType=VARCHAR} and #{endTime,jdbcType=VARCHAR}
|
|
|
</if>
|