|
@@ -1795,7 +1795,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<!-- </if>-->
|
|
<!-- </if>-->
|
|
|
|
|
|
|
|
<where>
|
|
<where>
|
|
|
- <if test="maps.appId != null and map.appId != ''">
|
|
|
|
|
|
|
+ <if test="maps.appId != null and maps.appId != ''">
|
|
|
and csc.appid = #{maps.appId}
|
|
and csc.appid = #{maps.appId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="maps.orderCodes != null and maps.orderCodes.size > 0">
|
|
<if test="maps.orderCodes != null and maps.orderCodes.size > 0">
|