Your Name
2023-07-11 d7d9b601b2e4fdb663375993e2cfbdbd363df421
java110-db/src/main/resources/mapper/common/EquipmentAccountV1ServiceDaoImplMapper.xml
@@ -252,6 +252,9 @@
        <if test="machineName !=null and machineName != ''">
            and t.machine_name= #{machineName}
        </if>
        <if test="machineNameLike !=null and machineNameLike != ''">
            and t.machine_name like concat('%',#{machineNameLike},'%')
        </if>
        <if test="chargeOrgId !=null and chargeOrgId != ''">
            and t.charge_org_id= #{chargeOrgId}
        </if>