liusheng
4 小时以前 0293e06edd011d6921ec2cc08392042f5765dfb8
ruoyi-project/src/main/resources/mapper/project/ServiceExternalpersonMapper.xml
@@ -28,13 +28,13 @@
        <result property="updateTime" column="update_time"/>
        <result property="pym" column="PYM"/>
        <result property="wbm" column="WBM"/>
        <result property="unitTaxNo" column="UnitTaxNo"/>
        <result property="unitTaxNo" column="unit_tax_no"/>
    </resultMap>
    <sql id="selectServiceExternalpersonVo">
        select ID,
               UserNo,
               UnitTaxNo,
               unit_tax_no,
               UserName,
               UserStatus,
               IDCardNo,
@@ -75,7 +75,7 @@
            <if test="depositbank != null  and depositbank != ''">and DepositBank = #{depositbank}</if>
            <if test="branchbankname != null  and branchbankname != ''">and BranchBankName = #{branchbankname}</if>
            <if test="bankcardno != null  and bankcardno != ''">and BankCardNo = #{bankcardno}</if>
            <if test="unitTaxNo != null  and unitTaxNo != ''">and UnitTaxNo = #{unitTaxNo}</if>
            <if test="unitTaxNo != null  and unitTaxNo != ''">and unit_tax_no = #{unitTaxNo}</if>
        </where>
    </select>