查询参数;
This commit is contained in:
@@ -30,21 +30,21 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="billOperationLogDO.billManageId != null ">
|
||||
and bill_manage_id = #{billOperationLogDO.billManageId}
|
||||
</if>
|
||||
<if test="billOperationLogDO.billNumber != null and billOperationLogDO.billNumber != ''">
|
||||
and bill_number = #{billOperationLogDO.billNumber}
|
||||
</if>
|
||||
<!-- <if test="billOperationLogDO.billNumber != null and billOperationLogDO.billNumber != ''">-->
|
||||
<!-- and bill_number = #{billOperationLogDO.billNumber}-->
|
||||
<!-- </if>-->
|
||||
<if test="billOperationLogDO.operationType != null ">
|
||||
and operation_type = #{billOperationLogDO.operationType}
|
||||
</if>
|
||||
<if test="billOperationLogDO.operationInfo != null and billOperationLogDO.operationInfo != ''">
|
||||
and operation_info = #{billOperationLogDO.operationInfo}
|
||||
</if>
|
||||
<if test="billOperationLogDO.operator != null and billOperationLogDO.operator != ''">
|
||||
and operator = #{billOperationLogDO.operator}
|
||||
</if>
|
||||
<if test="billOperationLogDO.operationTime != null ">
|
||||
and operation_time = #{billOperationLogDO.operationTime}
|
||||
</if>
|
||||
<!-- <if test="billOperationLogDO.operator != null and billOperationLogDO.operator != ''">-->
|
||||
<!-- and operator = #{billOperationLogDO.operator}-->
|
||||
<!-- </if>-->
|
||||
<!-- <if test="billOperationLogDO.operationTime != null ">-->
|
||||
<!-- and operation_time = #{billOperationLogDO.operationTime}-->
|
||||
<!-- </if>-->
|
||||
</where>
|
||||
</sql>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user