Commit 7e14b7d8 authored by hehongwei's avatar hehongwei

费用来源对应关系

parent 60445db3
......@@ -124,7 +124,7 @@
</select>
<select id="selectSubActDy" parameterType="Integer" resultMap="ActClassificationResult">
select a.name , b.name fname from act_classification a left join act_classification b on a.pid = b.id and a.ssk_id={sskId}
select a.name , b.name fname from act_classification a left join act_classification b on a.pid = b.id and a.ssk_id=#{sskId}
</select>
</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