|
|
@@ -59,8 +59,11 @@ public interface KwcContractTradeMapper extends BaseMapper<KwcContractTrade> {
|
|
|
* @param goodsId
|
|
|
* @return
|
|
|
*/
|
|
|
- TradeContractGoodsDto queryNewSignPrice(@Param("entId") Long entId, @Param("goodsId") Long goodsId, @Param("time")LocalDateTime time);
|
|
|
- List<Long> querySignTradeContract(@Param("entId") Long entId, @Param("time")LocalDateTime time);
|
|
|
+ TradeContractGoodsDto queryNewSignPrice(@Param("entId") Long entId, @Param("goodsId") Long goodsId, @Param("time") LocalDateTime time);
|
|
|
+
|
|
|
+ List<Long> queryNewSignGoods(@Param("entId") Long entId, @Param("time") LocalDateTime time);
|
|
|
+
|
|
|
+ List<Long> querySignTradeContract(@Param("entId") Long entId, @Param("time") LocalDateTime time);
|
|
|
|
|
|
List<Long> selectByContract(@Param("contractId") Long contractId);
|
|
|
}
|