|
@@ -57,7 +57,7 @@
|
|
|
full join
|
|
|
(select users.COMPANY_ID_ as companyId, count(*) album from KM_ALBUM_INFO album
|
|
|
join LEARNING_USER_DEV.OS_USER users
|
|
|
- on album.UPDATE_BY_ = users.USER_ID_
|
|
|
+ on album.CREATE_BY_ = users.USER_ID_
|
|
|
<where>
|
|
|
<if test="firstDay != null and lastDay != null">
|
|
|
and TO_CHAR(album.CREATE_TIME_,'yyyy-mm-dd') >= #{firstDay}
|