|
|
@@ -2213,6 +2213,7 @@ func (r *WrScfContract) buildSql() string {
|
|
|
" and e.enumdiccode = 'goodsunit')" +
|
|
|
"select to_char(t.scfcontractid) scfcontractid," +
|
|
|
" t.scfcontracttype," +
|
|
|
+ " t.marketid," +
|
|
|
" t.lenderuserid," +
|
|
|
" t.lenderamount," +
|
|
|
" s.remainamount," +
|
|
|
@@ -2221,6 +2222,7 @@ func (r *WrScfContract) buildSql() string {
|
|
|
" s.buybackwrpositionqty," +
|
|
|
" s.remainwrpositionqty," +
|
|
|
" s.closeinterest," +
|
|
|
+ " s.totalinterest," +
|
|
|
" s.interestdebt," +
|
|
|
" s.startinterestday," +
|
|
|
" s.lastcloseinterestday," +
|