Commit 0d3c3e89 by wukaiqiang

Merge branch 'feature/sales_record_sync' into 'develop'

回款明细增加资金类型

See merge request kunlun/xyst_dinas/xyst_dinas_backend!12
parents 02ed8840 2eb2a994
......@@ -84,7 +84,7 @@
AND (financeRefund.createTime >= :?startDate AND financeRefund.createTime < :?endDate)
AND purchaseSandCompanyon.name LIKE :?purchaseSandCompanyonName
AND projectFiled.projectName LIKE :?projectName
AND case when ( 'DEPOSIT' = :?fundType then '1' else '0' end ) = financeRefund.fundType
AND ( case when 'DEPOSIT' = :?fundType then '1' else '0' end ) = financeRefund.fundType
ORDER BY createTime DESC
</sql>
</template>
......
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