|
@@ -129,7 +129,7 @@
|
|
|
|
|
|
<select id="getActivationRecord" resultType="com.abi.qms.platform.dao.vo.result.ActivationRecordVO">
|
|
|
select qbm.box_code,ba.active_name,bm.material_name,
|
|
|
- qbm.active_time,ui.employee_no as activeAccount
|
|
|
+ qbm.active_time,ui.user_name
|
|
|
from qr_box_mapping qbm
|
|
|
left join qr_package qp on qbm.package_id=qp.id
|
|
|
left join base_material bm on bm.id = qp.material_id
|
|
@@ -141,6 +141,7 @@
|
|
|
AND DATE_FORMAT(qbm.active_time,'%Y-%m') = #{req.month}
|
|
|
</if>
|
|
|
</where>
|
|
|
+ ORDER BY qbm.active_time DESC
|
|
|
</select>
|
|
|
|
|
|
<select id="getActivateDetail" resultType="com.abi.qms.platform.dao.vo.result.ActivateDetailVo">
|