| | |
| | | <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, |
| | |
| | | <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> |