|
@@ -67,8 +67,9 @@
|
|
|
</sql>
|
|
|
<select id="selectList" parameterType="com.platform.dao.dto.fill.FillUpdateRecordDTO"
|
|
|
resultType="com.platform.dao.vo.query.fill.FillUpdateRecordVO">
|
|
|
- select fill.*
|
|
|
- from t_fill_update_record as fill
|
|
|
+ select fill.*,cuser.real_name as checkerName,luser.real_name as leaderName
|
|
|
+ from t_fill_update_record as fill join t_sys_user cuser on fill.created_user_id = cuser.user_id
|
|
|
+ join t_sys_user luser on fill.update_user_id = luser.user_id
|
|
|
<where>
|
|
|
<include refid="List_Condition"/>
|
|
|
</where>
|