1、优化会计科目显示

This commit is contained in:
zhengyf 2025-07-16 15:46:45 +08:00
parent cf1d65737c
commit c3b7caceec
1 changed files with 13 additions and 1 deletions

View File

@ -36,7 +36,19 @@
<select id="entity_list_base" resultMap="get-AeConfBdAccsubjEntity-result"
parameterType="com.hzya.frame.voucher.ae.comf.bd.entity.AeConfBdAccsubjEntity">
select
<include refid="AeConfBdAccsubjEntity_Base_Column_List"/>
id,
CONCAT(subjcode,'-',dispname) as dispname,
dr,
endflag,
pk_accsubj,
pk_corp,
pk_glorgbook,
sealflag,
stoped,
subjcode,
subjlev,
subjname,
ts
from mdm_bd_accsubj
<trim prefix="where" prefixOverrides="and">
<if test="dispname != null and dispname != ''">and dispname = #{dispname}</if>