Commit a3991f66 authored by 蔡镇泽's avatar 蔡镇泽

费用结算

parent 2409c067
...@@ -37,12 +37,13 @@ public interface SrvTaskMapper extends BaseMapper<ChSrvTask> { ...@@ -37,12 +37,13 @@ public interface SrvTaskMapper extends BaseMapper<ChSrvTask> {
" LEFT JOIN ch_disable_info t3 ON t1.disab_info_id = t3.disab_info_id " + " LEFT JOIN ch_disable_info t3 ON t1.disab_info_id = t3.disab_info_id " +
" LEFT JOIN ch_srv_program t4 ON t1.program_id = t4.program_id" + " LEFT JOIN ch_srv_program t4 ON t1.program_id = t4.program_id" +
" LEFT JOIN ch_fnd_srv_mode t5 ON t4.srv_mode_id = t5.srv_mode_id" + " LEFT JOIN ch_fnd_srv_mode t5 ON t4.srv_mode_id = t5.srv_mode_id" +
" LEFT JOIN ch_apr_report t6 ON t6.task_id = t1.srv_task_id" + " LEFT JOIN ch_apr_task at ON at.disable_info_id = t3.disab_info_id" +
" LEFT JOIN ch_apr_report t6 ON t6.task_id = at.task_id" +
" LEFT JOIN ch_srv_program_set t7 ON t7.program_id = t4.program_id and t7.is_conf = 1" + " LEFT JOIN ch_srv_program_set t7 ON t7.program_id = t4.program_id and t7.is_conf = 1" +
" LEFT JOIN ch_cfg_srv_item t8 ON t8.item_id = t7.item_id" + " LEFT JOIN ch_cfg_srv_item t8 ON t8.item_id = t7.item_id" +
" LEFT JOIN ch_srv_organ t9 ON t9.srv_organ_id = t4.srv_organ_id" + " LEFT JOIN ch_srv_organ t9 ON t9.srv_organ_id = t4.srv_organ_id" +
"<where> " + "<where> " +
" t4.srv_organ_id = #{req.srvOrganId} AND t4.PROG_STATUS = 1 AND (t2.srv_start_time &lt;= to_date(#{req.accountsTime},'yyyy-MM') or t2.srv_end_time &gt;= to_date(#{req.accountsTime},'yyyy-MM'))" + " t4.srv_organ_id = #{req.srvOrganId} AND (t2.srv_start_time &lt;= to_date(#{req.accountsTime},'yyyy-MM') or t2.srv_end_time &gt;= to_date(#{req.accountsTime},'yyyy-MM'))" +
"</where></script>") "</where></script>")
Page<ExpenseSettlementInfoBo> getExpenseSettlementInfo(Page<ExpenseSettlementInfoBo> page, ExpenseSettlementReq req); Page<ExpenseSettlementInfoBo> getExpenseSettlementInfo(Page<ExpenseSettlementInfoBo> page, ExpenseSettlementReq req);
......
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