feat:增加换货单的逻辑,已发货短信模板更改
This commit is contained in:
@@ -28,6 +28,8 @@ public interface JySysOrderMapper extends BaseMapper<JySysOrder>
|
||||
|
||||
int countByTenantId(@Param("tenantId") Long tenantId);
|
||||
|
||||
int countByOrderNo(@Param("orderNo") String orderNo);
|
||||
|
||||
List<JySysOrder> selectCompletedOrdersByYearMonth(@Param("settleYearMonth") String settleYearMonth);
|
||||
|
||||
int updatePurchaseSettleStatusByOrderIds(@Param("orderIds") List<Long> orderIds,
|
||||
|
||||
Reference in New Issue
Block a user