Commit 62cfc63d authored by tangwei's avatar tangwei

修改bug

parent 39c1ec61
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
</select> </select>
<select id='getEquipmentForSpecifyDate' resultType='map'> <select id='getEquipmentForSpecifyDate' resultType='map'>
select * from (
SELECT SELECT
MAX( MAX(
CASE CASE
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
where cd.group_code =#{groupCode} and cds.instance_id is not null and where cd.group_code =#{groupCode} and cds.instance_id is not null and
cd.is_delete=0 cd.is_delete=0
group by cd.instance_id group by cd.instance_id
) result group by ${groupByName}
</select> </select>
<select id='getInstanceIdForSpecifyDateAndEquipment' <select id='getInstanceIdForSpecifyDateAndEquipment'
......
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