Commit e5801a74 authored by 张森's avatar 张森

时间格式bug修改

parent 4b2452c3
......@@ -6672,7 +6672,7 @@
<select id="getEquipIndexList" resultType="java.util.Map">
SELECT
equipment_specific_id AS equipmentSpecificId,
update_date AS updateDate,
concat(update_date, '') AS updateDate,
equipment_index_key AS equipmentIndexKey
FROM
(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment