Commit 7371c15e by wuwenlong

移动端生产月报-基地对标bugfix;

parent 8389cd75
......@@ -61,7 +61,7 @@
WHERE
SUBSTR(DOCUMENT_DATE,1,6) = #queryMonth#
AND A.COMPANY_CODE = #companyCode#
GROUP BY B.FACTORY_CODE
GROUP BY B.FACTORY_CODE,B.FACTORY_NAME
) B ON A.orgId=B.FACTORY_CODE AND A.orgCname=B.FACTORY_NAME
</select>
......
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