查询参数;

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 "> <if test="billOperationLogDO.billManageId != null ">
and bill_manage_id = #{billOperationLogDO.billManageId} and bill_manage_id = #{billOperationLogDO.billManageId}
</if> </if>
<if test="billOperationLogDO.billNumber != null and billOperationLogDO.billNumber != ''"> <!-- <if test="billOperationLogDO.billNumber != null and billOperationLogDO.billNumber != ''">-->
and bill_number = #{billOperationLogDO.billNumber} <!-- and bill_number = #{billOperationLogDO.billNumber}-->
</if> <!-- </if>-->
<if test="billOperationLogDO.operationType != null "> <if test="billOperationLogDO.operationType != null ">
and operation_type = #{billOperationLogDO.operationType} and operation_type = #{billOperationLogDO.operationType}
</if> </if>
<if test="billOperationLogDO.operationInfo != null and billOperationLogDO.operationInfo != ''"> <if test="billOperationLogDO.operationInfo != null and billOperationLogDO.operationInfo != ''">
and operation_info = #{billOperationLogDO.operationInfo} and operation_info = #{billOperationLogDO.operationInfo}
</if> </if>
<if test="billOperationLogDO.operator != null and billOperationLogDO.operator != ''"> <!-- <if test="billOperationLogDO.operator != null and billOperationLogDO.operator != ''">-->
and operator = #{billOperationLogDO.operator} <!-- and operator = #{billOperationLogDO.operator}-->
</if> <!-- </if>-->
<if test="billOperationLogDO.operationTime != null "> <!-- <if test="billOperationLogDO.operationTime != null ">-->
and operation_time = #{billOperationLogDO.operationTime} <!-- and operation_time = #{billOperationLogDO.operationTime}-->
</if> <!-- </if>-->
</where> </where>
</sql> </sql>