Commit 332e0d09 authored by 徐俊's avatar 徐俊

xujun

parent 67bfd79f
...@@ -11,6 +11,6 @@ ...@@ -11,6 +11,6 @@
SELECT a.*, b.name as roleName SELECT a.*, b.name as roleName
FROM com_project_unit_payment a FROM com_project_unit_payment a
left join system_parameter b on a.unit_role=b.id and b.type_id = 65 left join system_parameter b on a.unit_role=b.id and b.type_id = 65
where object_id=#{objectId} order by a.fund_id asc where object_id=#{objectId} order by a.id asc
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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