| | |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap type="com.vci.ubcs.code.entity.CodeBasicSec" id="CodeBasicsecMap"> |
| | | <result property="oid" column="OID" jdbcType="VARCHAR"/> |
| | | <result property="oid" column="OID"/> |
| | | <result property="revisionOid" column="REVISIONOID" jdbcType="VARCHAR"/> |
| | | <result property="nameOid" column="NAMEOID" jdbcType="VARCHAR"/> |
| | | <result property="btmname" column="BTMNAME" jdbcType="VARCHAR"/> |
| | |
| | | and PL_CODE_BASICSEC.TS = #{codeBasicSec.ts} |
| | | </if> |
| | | <if test="codeBasicSec.id != null and codeBasicSec.id != ''"> |
| | | |
| | | and PL_CODE_BASICSEC.ID like CONCAT(CONCAT('%', #{codeBasicSec.id}), '%') |
| | | </if> |
| | | <if test="codeBasicSec.name != null and codeBasicSec.name != ''"> |