| | |
| | | <result property="year" column="year"/> |
| | | <result property="month" column="month"/> |
| | | <result property="actualFund" column="actual_fund"/> |
| | | <result property="payOrderUrl" column="pay_order_url"/> |
| | | <result property="payOrderName" column="pay_order_name"/> |
| | | </collection> |
| | | </resultMap> |
| | | |
| | |
| | | TPS."guid" as scheduleId, |
| | | TPS."year", |
| | | TPS."month", |
| | | TPS."actual_fund" |
| | | TPS."actual_fund",TPS."pay_order_name",TPS."pay_order_url" |
| | | from sjzt_md."tb_project" tb |
| | | LEFT JOIN SJZT_MD."tb_project_schedule" TPS ON TPS."tb_project_id" = tb."guid" |
| | | where |