Authored by Lixiaodi

bug修改

@@ -26,5 +26,5 @@ public interface SellerWalletMapper { @@ -26,5 +26,5 @@ public interface SellerWalletMapper {
26 26
27 void updateMoneyForTest(); 27 void updateMoneyForTest();
28 28
29 - int changeAllMoneyToAvail(@Param("uid") Integer uid, @Param("type") Integer updateTime); 29 + int changeAllMoneyToAvail(@Param("uid") Integer uid, @Param("updateTime") Integer updateTime);
30 } 30 }