查询语句queryOerDjml 增加 djlxid字段

2024年8月21日18:14:00
This commit is contained in:
xiang2lin 2024-08-21 18:14:45 +08:00
parent 1ec337f22a
commit 472484d8c6
1 changed files with 2 additions and 1 deletions

View File

@ -278,7 +278,8 @@ GSDM,KJND,mlId
mlId,
kjnd,
gsdm,
DJBH
DJBH,
djlxid
from OER_DJML
<trim prefix="where" prefixOverrides="and">
<if test="djbh != null and djbh != ''"> and DJBH = #{djbh} </if>