|
|
@@ -93,9 +93,9 @@ public class FundtransferServiceImpl extends CommonBaseServiceImpl<FundtransferM
|
|
|
fundtransferdetail.setCompanyId(BaseContextHolder.getCompanyId());
|
|
|
fundtransferdetail.setFtd_ftid(Math.toIntExact(id));
|
|
|
fundtransferdetail.setFt_date(fundtransfer.getFt_date());
|
|
|
- if (!(fundtransferdetail.getFtd_currency().equals(fundtransferdetail.getFtd_incurrency()))){
|
|
|
- throw new BizException(500, BizExceptionCode.CURRENCY_NOT_EQUALS.getMessage());
|
|
|
- }
|
|
|
+// if (!(fundtransferdetail.getFtd_currency().equals(fundtransferdetail.getFtd_incurrency()))){
|
|
|
+// throw new BizException(500, BizExceptionCode.CURRENCY_NOT_EQUALS.getMessage());
|
|
|
+// }
|
|
|
if (fundtransferdetail.getId() > 0 ){
|
|
|
fundtransferdetailMapper.updateByPrimaryKeySelective(fundtransferdetail);
|
|
|
}else {
|