java110
2023-05-30 f14c50cb0036d3ddd655ce4e34732ba396a836c4
java110-db/src/main/resources/mapper/store/ContractChangePlanServiceDaoImplMapper.xml
@@ -41,13 +41,13 @@
            and t.contract_id= #{contractId}
        </if>
        <if test="contractName !=null and contractName != ''">
            and ct.contract_name= #{contractName}
            and c.contract_name= #{contractName}
        </if>
        <if test="contractCode !=null and contractCode != ''">
            and ct.contract_code= #{contractCode}
            and c.contract_code= #{contractCode}
        </if>
        <if test="contractType !=null and contractType != ''">
            and ct.contract_type= #{contractType}
            and c.contract_type= #{contractType}
        </if>
        <if test="planId !=null and planId != ''">
            and t.plan_id= #{planId}