Authored by Lixiaodi

bug修改

... ... @@ -26,5 +26,5 @@ public interface SellerWalletMapper {
void updateMoneyForTest();
int changeAllMoneyToAvail(@Param("uid") Integer uid, @Param("type") Integer updateTime);
int changeAllMoneyToAvail(@Param("uid") Integer uid, @Param("updateTime") Integer updateTime);
}
\ No newline at end of file
... ...