故障申报细节修正
This commit is contained in:
parent
60b9c7806c
commit
ae650c5ddc
|
@ -27,7 +27,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<sql id="searchTables">
|
||||
from bst_fault bf
|
||||
left join sys_user su on bf.store_id = su.user_id
|
||||
left join sys_user syu on bf.user_id = syu.user_id
|
||||
</sql>
|
||||
|
||||
<sql id="searchCondition">
|
||||
|
|
Loading…
Reference in New Issue
Block a user