查询参数;

This commit is contained in:
王奎兴
2026-09-11 15:56:48 +08:00
parent 3653c37914
commit 0ca8548c06
@@ -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>