|
@@ -31,6 +31,7 @@ public interface SwUserManagementDao extends BaseMapper<SwUserManagementDo> {
|
|
|
void unbindAccount(@Param("dsKey") String dsKey,@Param("openId") String openId,@Param("userAccount") String userAccount);
|
|
|
|
|
|
void setDefaultAccount1(@Param("dsKey") String dsKey,@Param("openId") String openId);
|
|
|
+
|
|
|
void setDefaultAccount0(@Param("dsKey") String dsKey,@Param("openId") String openId,@Param("userAccount") String userAccount);
|
|
|
}
|
|
|
|