|
@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="msg != null and msg != ''"> and msg = #{msg}</if>
|
|
<if test="msg != null and msg != ''"> and msg = #{msg}</if>
|
|
|
<if test="orderId != null "> and order_id = #{orderId}</if>
|
|
<if test="orderId != null "> and order_id = #{orderId}</if>
|
|
|
<if test="businessType != null "> and business_type = #{businessType}</if>
|
|
<if test="businessType != null "> and business_type = #{businessType}</if>
|
|
|
|
|
+ <if test="status != null "> and status = #{status}</if>
|
|
|
</where>
|
|
</where>
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|