Commit 2eb2a994 by wukaiqiang

回款明细增加资金类型

parent a8d58291
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
AND (financeRefund.createTime >= :?startDate AND financeRefund.createTime < :?endDate) AND (financeRefund.createTime >= :?startDate AND financeRefund.createTime < :?endDate)
AND purchaseSandCompanyon.name LIKE :?purchaseSandCompanyonName AND purchaseSandCompanyon.name LIKE :?purchaseSandCompanyonName
AND projectFiled.projectName LIKE :?projectName 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 ORDER BY createTime DESC
</sql> </sql>
</template> </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