feat:推送

This commit is contained in:
苏竹红
2025-04-13 21:07:04 +08:00
parent 61d687dd5c
commit bb437420d1

View File

@@ -35,7 +35,7 @@ public interface ShopAccountMapper extends Mapper<ShopAccountDO> {
int updateStatusByShopIdAndSystemName( int updateStatusByShopIdAndSystemName(
@Param("shopId") Long shopId, @Param("shopId") Long shopId,
@Param("systemNameList") List<String> systemNameList, @Param("systemNameList") List<String> systemNameList,
@Param("status") Integer status,Date lastSyncTime @Param("status") Integer status, @Param("syncTime") Date lastSyncTime
); );
int updateEntryStatusByShopIdAndSystemName( int updateEntryStatusByShopIdAndSystemName(