|
@@ -164,6 +164,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
#{periodId}
|
|
#{periodId}
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="maps.periodId != null">
|
|
|
|
|
+ and l.period_id = #{maps.periodId}
|
|
|
|
|
+ </if>
|
|
|
<if test="maps.qwUserName != null and maps.qwUserName != '' ">
|
|
<if test="maps.qwUserName != null and maps.qwUserName != '' ">
|
|
|
and qu.qw_user_name = #{maps.qwUserName}
|
|
and qu.qw_user_name = #{maps.qwUserName}
|
|
|
</if>
|
|
</if>
|